Skip to content

Commit

Permalink
Merge pull request #326 from bartreardon/ui-spacing-adjustment
Browse files Browse the repository at this point in the history
Add bottom padding to right side main header
  • Loading branch information
erikng committed Feb 24, 2022
2 parents aa7f690 + ece8e27 commit 212a57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Nudge/UI/StandardMode/RightSide.swift
Expand Up @@ -57,6 +57,7 @@ struct StandardModeRightSide: View {
}
.padding(.leading, contentWidthPadding)
.padding(.trailing, contentWidthPadding)
.padding(.bottom, bottomPadding)

// I'm kind of impressed with myself
VStack {
Expand Down

0 comments on commit 212a57a

Please sign in to comment.