Update default blue accent color

This commit is contained in:
Ilya Laktyushin
2021-10-06 00:06:33 +04:00
parent 4a12dcbb22
commit 38c483c335
14 changed files with 19 additions and 19 deletions

View File

@@ -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())
}