mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make timeline unread indicator use the control accent color on macOS
This commit is contained in:
@@ -246,7 +246,7 @@ struct AppAssets {
|
||||
static var timelineUnread: Image {
|
||||
#if os(macOS)
|
||||
let image = NSImage(systemSymbolName: "circle.fill", accessibilityDescription: nil)!
|
||||
let coloredImage = image.tinted(with: NSColor(named: "AccentColor")!)
|
||||
let coloredImage = image.tinted(with: NSColor.controlAccentColor)
|
||||
return Image(nsImage: coloredImage)
|
||||
#endif
|
||||
#if os(iOS)
|
||||
|
||||
Reference in New Issue
Block a user