mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-23 07:39:59 +01:00
Make progress indicator NetNewsWire blue
This commit is contained in:
parent
9f47139011
commit
6c55fdd8ec
@ -24,7 +24,7 @@ public final class NavigationProgressView: UIView {
|
||||
|
||||
internal let bar = UIView()
|
||||
|
||||
@objc public dynamic var progressTintColor: UIColor? = UIColor(red: 0, green: 122/255, blue: 1, alpha: 1) {
|
||||
@objc public dynamic var progressTintColor: UIColor? = AppAssets.netNewsWireBlueColor {
|
||||
didSet {
|
||||
bar.backgroundColor = progressTintColor
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user