mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-23 19:50:19 +08:00
Smaller send button and blue (#2035)
This commit is contained in:
@@ -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,
|
||||
|
||||
BIN
Resources/Assets.xcassets/send.imageset/send@2x.png
vendored
BIN
Resources/Assets.xcassets/send.imageset/send@2x.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 801 B |
BIN
Resources/Assets.xcassets/send.imageset/send@3x.png
vendored
BIN
Resources/Assets.xcassets/send.imageset/send@3x.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user