Skip to content

Commit

Permalink
feat: Update actions bar height
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinperignon committed Jun 7, 2023
1 parent a5ae6e0 commit bab4ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mail/Helpers/RichTextEditor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class MailEditorView: SQTextEditorView {
}

public func getToolbar() -> UIToolbar {
let newToolbar = UIToolbar(frame: CGRect(x: 0, y: 0, width: 320, height: 55))
let newToolbar = UIToolbar(frame: CGRect(x: 0, y: 0, width: 320, height: 48))
newToolbar.tintColor = MailResourcesAsset.textSecondaryColor.color
newToolbar.barTintColor = MailResourcesAsset.backgroundSecondaryColor.color
newToolbar.isTranslucent = false
Expand Down

0 comments on commit bab4ff2

Please sign in to comment.