Trying a different color for the web status background

This commit is contained in:
Maurice Parker 2020-07-08 22:41:13 -05:00
parent 107a8fd550
commit f2e29de7b6
1 changed files with 1 additions and 2 deletions

View File

@ -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
}
}