mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 03:56:55 +01:00
Change progress bar to match bar tint color
This commit is contained in:
parent
93f4b29274
commit
b99483f32d
@ -24,7 +24,7 @@ public final class NavigationProgressView: UIView {
|
|||||||
|
|
||||||
internal let bar = UIView()
|
internal let bar = UIView()
|
||||||
|
|
||||||
@objc public dynamic var progressTintColor: UIColor? = AppAssets.netNewsWireBlueColor {
|
@objc public dynamic var progressTintColor: UIColor? = AppAssets.barTintColor {
|
||||||
didSet {
|
didSet {
|
||||||
bar.backgroundColor = progressTintColor
|
bar.backgroundColor = progressTintColor
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user