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 = {
|
||||
"dark": "#000000",
|
||||
"light": "#ffffff",
|
||||
"dark-popup": "#191919",
|
||||
"light-popup": "#e8e8e8"
|
||||
"dark-popup": "#151515",
|
||||
"light-popup": "#ebebeb"
|
||||
}
|
||||
|
||||
let state = store.isPopupOpen ? "dark-popup" : "dark";
|
||||
|
|
Loading…
Reference in a new issue