Remove global app padding

This was the source of so many things breaking somehow
This commit is contained in:
Shav Kinderlehrer 2023-12-23 00:07:20 -05:00
parent 568b4d6126
commit 73c40b5aa0

View File

@ -25,7 +25,6 @@ struct ContentView: View {
} }
} }
} }
.padding()
.preferredColorScheme({ .preferredColorScheme({
switch settingsController.appearance { switch settingsController.appearance {
case .dark: case .dark: