Skip to content

Commit

Permalink
Merge pull request #775 from Infomaniak/settingsButtonInteraction
Browse files Browse the repository at this point in the history
feat: settings button with a nice touchable zone
  • Loading branch information
valentinperignon committed Jun 6, 2023
2 parents a24c51e + 82fd91d commit 48bcaa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mail/Views/Menu Drawer/MenuHeaderView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ struct MenuHeaderView: View {
.resizable()
.scaledToFit()
.frame(width: 24)
.padding() // Some added padding for a nice touchable zone
}
.buttonStyle(.borderless)
.accessibilityLabel(MailResourcesStrings.Localizable.settingsTitle)
Expand Down

0 comments on commit 48bcaa0

Please sign in to comment.