Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
zmian committed Feb 1, 2024
1 parent ebeb97a commit 40412ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ private struct MailAppViewModifier: ViewModifier {
isPresented = false
}
.buttonStyle(.secondary)
.padding(.defaultSpacing)
.padding(.allButBottom, .defaultSpacing)
.padding(.bottom, .onePixel)
}
}
}
Expand Down

0 comments on commit 40412ef

Please sign in to comment.