Fix settings overlay layout

This commit is contained in:
Arkadiusz Fal
2022-08-14 19:58:46 +02:00
parent 3feed3bda0
commit d21d149624
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