Revert "ui: Add more padding everywhere."

This reverts commit 36107a2752.
This commit is contained in:
William Casarin
2022-12-17 17:01:54 -08:00
parent 36107a2752
commit 300cae6800
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func PostButton(action: @escaping () -> ()) -> some View {
})
.background(Color.blue)
.cornerRadius(38.5)
.padding(.bottom)
.padding()
.shadow(color: Color.black.opacity(0.3),
radius: 3,
x: 3,