Trying a different color for the web status background
This commit is contained in:
parent
107a8fd550
commit
f2e29de7b6
|
@ -66,8 +66,7 @@ final class WebStatusBarView: NSView {
|
||||||
didConfigureLayerRadius = true
|
didConfigureLayerRadius = true
|
||||||
}
|
}
|
||||||
|
|
||||||
let color = self.effectiveAppearance.isDarkMode ? NSColor.textBackgroundColor : AppAssets.webStatusBarBackground
|
layer.backgroundColor = NSColor.selectedTextBackgroundColor.cgColor
|
||||||
layer.backgroundColor = color.cgColor
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue