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)
.foregroundColor(.secondary)
}
.buttonStyle(.plain)
}
.frame(maxWidth: .infinity, alignment: .leading)
#if os(tvOS)