Fix button on macOS

This commit is contained in:
Arkadiusz Fal 2022-11-20 14:43:58 +01:00
parent 548abd63a6
commit 54334d2ce5

View File

@ -145,6 +145,7 @@ struct HomeView: View {
.labelStyle(.iconOnly) .labelStyle(.iconOnly)
.foregroundColor(.secondary) .foregroundColor(.secondary)
} }
.buttonStyle(.plain)
} }
.frame(maxWidth: .infinity, alignment: .leading) .frame(maxWidth: .infinity, alignment: .leading)
#if os(tvOS) #if os(tvOS)