mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix close button in Playback settings on macOS
This commit is contained in:
@@ -37,9 +37,6 @@ struct PlaybackSettings: View {
|
||||
}
|
||||
} label: {
|
||||
Label("Close", systemImage: "xmark")
|
||||
.imageScale(.large)
|
||||
.padding(.vertical)
|
||||
|
||||
#if os(iOS)
|
||||
.labelStyle(.iconOnly)
|
||||
.frame(maxWidth: 50, alignment: .leading)
|
||||
|
Reference in New Issue
Block a user