diff options
author | Shav Kinderlehrer <[email protected]> | 2023-12-23 00:07:20 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-12-23 00:07:20 -0500 |
commit | 73c40b5aa0142ed89082214f790df539174e4dac (patch) | |
tree | e04de5a7c5cb405d7b95c518c444ac52be4a0355 | |
parent | 568b4d6126e1408e8e16417f22370a4ced44d105 (diff) | |
download | jel-73c40b5aa0142ed89082214f790df539174e4dac.tar.gz jel-73c40b5aa0142ed89082214f790df539174e4dac.zip |
Remove global app padding
This was the source of so many things breaking somehow
-rw-r--r-- | Jel/Views/ContentView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jel/Views/ContentView.swift b/Jel/Views/ContentView.swift index 76a01dd..700f2a2 100644 --- a/Jel/Views/ContentView.swift +++ b/Jel/Views/ContentView.swift @@ -25,7 +25,6 @@ struct ContentView: View { } } } - .padding() .preferredColorScheme({ switch settingsController.appearance { case .dark: |