Skip to content

Commit 62bf7fb

Browse files
committed
Update utils.js
1 parent 1964b32 commit 62bf7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,11 @@ let showDialog = (confirmHandler, titleText, confirmText, showOneButton = false)
189189

190190
if (body.classList.contains('expanded')) {
191191

192-
document.querySelector('meta[name="theme-color"]').content = '#040405';
192+
document.querySelector('meta[name="theme-color"]').content = '#1e2028';
193193

194194
} else {
195195

196-
document.querySelector('meta[name="theme-color"]').content = '#07080a';
196+
document.querySelector('meta[name="theme-color"]').content = '#2b303b';
197197

198198
}
199199

0 commit comments

Comments
 (0)