mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-12 11:52:12 +01:00
web/cobalt.js: match status bar popup color better
This commit is contained in:
parent
bdcb57f9c7
commit
05301f1cd5
1 changed files with 2 additions and 2 deletions
|
@ -156,8 +156,8 @@ const changeStatusBarColor = () => {
|
||||||
const colors = {
|
const colors = {
|
||||||
"dark": "#000000",
|
"dark": "#000000",
|
||||||
"light": "#ffffff",
|
"light": "#ffffff",
|
||||||
"dark-popup": "#191919",
|
"dark-popup": "#151515",
|
||||||
"light-popup": "#e8e8e8"
|
"light-popup": "#ebebeb"
|
||||||
}
|
}
|
||||||
|
|
||||||
let state = store.isPopupOpen ? "dark-popup" : "dark";
|
let state = store.isPopupOpen ? "dark-popup" : "dark";
|
||||||
|
|
Loading…
Reference in a new issue