mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Update default blue accent color
This commit is contained in:
@@ -31,7 +31,7 @@ public class NavigationBackButtonNode: ASControlNode {
|
||||
}
|
||||
}
|
||||
|
||||
public var color: UIColor = UIColor(rgb: 0x007ee5) {
|
||||
public var color: UIColor = UIColor(rgb: 0x007aff) {
|
||||
didSet {
|
||||
self.label.attributedText = NSAttributedString(string: self._text, attributes: self.attributesForCurrentState())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user