mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Unify the colori scheme into primary and secondary accent colors
This commit is contained in:
@@ -183,7 +183,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
|
||||
}
|
||||
|
||||
readAction.image = AppAssets.circleClosedImage
|
||||
readAction.backgroundColor = AppAssets.netNewsWireBlueColor
|
||||
readAction.backgroundColor = AppAssets.primaryAccentColor
|
||||
|
||||
// Set up the star action
|
||||
let starTitle = article.status.starred ?
|
||||
|
||||
Reference in New Issue
Block a user