mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/cobalt.js: match status bar popup color better
This commit is contained in:
parent
bdcb57f9c7
commit
05301f1cd5
@ -156,8 +156,8 @@ const changeStatusBarColor = () => {
|
||||
const colors = {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff",
|
||||
"dark-popup": "#191919",
|
||||
"light-popup": "#e8e8e8"
|
||||
"dark-popup": "#151515",
|
||||
"light-popup": "#ebebeb"
|
||||
}
|
||||
|
||||
let state = store.isPopupOpen ? "dark-popup" : "dark";
|
||||
|
Loading…
x
Reference in New Issue
Block a user