Skip to content

Commit

Permalink
fix: Update padding following changes on Figma
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw authored and valentinperignon committed Mar 7, 2024
1 parent 2535741 commit 9c021a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ struct AccountMailboxesListView: View {

ChevronIcon(direction: .down)
}
.padding([.leading, .vertical], value: .small)
.padding(.trailing, value: .regular)
.padding(.vertical, value: .small)
.padding(.horizontal, value: .regular)
.overlay {
RoundedRectangle(cornerRadius: 8)
.stroke(MailResourcesAsset.elementsColor.swiftUIColor, lineWidth: 1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ struct SelectComposeMailboxView: View {
selectedMailbox: viewModel.selectedMailbox,
selectMailbox: viewModel.selectMailbox
)
.padding(.bottom, value: .regular)
}
}

Expand Down

0 comments on commit 9c021a0

Please sign in to comment.