web/cobalt.js: match status bar popup color better

This commit is contained in:
wukko 2024-05-12 19:03:27 +06:00
parent bdcb57f9c7
commit 05301f1cd5
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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";