mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Trying a different color for the web status background
This commit is contained in:
@@ -66,8 +66,7 @@ final class WebStatusBarView: NSView {
|
||||
didConfigureLayerRadius = true
|
||||
}
|
||||
|
||||
let color = self.effectiveAppearance.isDarkMode ? NSColor.textBackgroundColor : AppAssets.webStatusBarBackground
|
||||
layer.backgroundColor = color.cgColor
|
||||
layer.backgroundColor = NSColor.selectedTextBackgroundColor.cgColor
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user