Change unread indicator to use secondary accent color
This commit is contained in:
parent
8b732e5353
commit
0fcbcb50e0
|
@ -32,7 +32,7 @@ class MasterUnreadIndicatorView: UIView {
|
||||||
}()
|
}()
|
||||||
|
|
||||||
override func draw(_ dirtyRect: CGRect) {
|
override func draw(_ dirtyRect: CGRect) {
|
||||||
let color = isSelected ? AppAssets.tableViewCellHighlightedTextColor : AppAssets.primaryAccentColor
|
let color = isSelected ? AppAssets.tableViewCellHighlightedTextColor : AppAssets.secondaryAccentColor
|
||||||
color.setFill()
|
color.setFill()
|
||||||
MasterUnreadIndicatorView.bezierPath.fill()
|
MasterUnreadIndicatorView.bezierPath.fill()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue