Smaller send button and blue (#2035)

This commit is contained in:
Ryan Nystrom
2018-08-05 11:37:15 -04:00
committed by GitHub
parent d5b53812d9
commit cb18bf3c3d
3 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ extension MessageViewController {
messageView.textView.placeholderText = NSLocalizedString("Leave a comment", comment: "")
messageView.textView.placeholderTextColor = Styles.Colors.Gray.light.color
messageView.setButton(icon: UIImage(named: "send")?.withRenderingMode(.alwaysTemplate), for: .normal, position: .right)
messageView.rightButtonTint = Styles.Colors.Green.medium.color
messageView.rightButtonTint = Styles.Colors.Blue.medium.color
messageView.font = Styles.Text.body.preferredFont
messageView.textViewInset = UIEdgeInsets(
top: Styles.Sizes.rowSpacing*1.5,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 801 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB