Fix settings overlay layout

This commit is contained in:
Arkadiusz Fal
2022-08-14 19:58:46 +02:00
parent 62769016fc
commit 356f8c7af1
3 changed files with 31 additions and 19 deletions

View File

@@ -140,7 +140,7 @@ struct ControlsOverlay: View {
}
#if os(macOS)
.buttonStyle(.bordered)
#else
#elseif os(tvOS)
.modifier(ControlBackgroundModifier())
.clipShape(RoundedRectangle(cornerRadius: 4))
#endif