ui: Add more padding everywhere.

The app felt a bit claustrophobic

Changed-Changed: Added padding in more views so it feels less claustrophobic
This commit is contained in:
Sam DuBois
2022-12-17 10:50:29 -07:00
committed by William Casarin
parent 9525028668
commit 36107a2752
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func PostButton(action: @escaping () -> ()) -> some View {
})
.background(Color.blue)
.cornerRadius(38.5)
.padding()
.padding(.bottom)
.shadow(color: Color.black.opacity(0.3),
radius: 3,
x: 3,