mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change disclosure triangles to be gray instead of blue. Issue #1200
This commit is contained in:
@@ -182,8 +182,8 @@ struct AppAssets {
|
||||
return UIColor(named: "vibrantTextColor")!
|
||||
}()
|
||||
|
||||
static var unreadCountBackgroundColor: UIColor = {
|
||||
return UIColor(named: "unreadCountBackgroundColor")!
|
||||
static var controlBackgroundColor: UIColor = {
|
||||
return UIColor(named: "controlBackgroundColor")!
|
||||
}()
|
||||
|
||||
static func image(for accountType: AccountType) -> UIImage? {
|
||||
|
||||
Reference in New Issue
Block a user