fix status bar colors

This commit is contained in:
zeppi 2022-05-23 17:11:48 -04:00 committed by jessopb
parent 5c6f7a391b
commit 17bd0eec30

View file

@ -1,6 +1,6 @@
.status-bar { .status-bar {
background-color: var(--color-card-background); background-color: var(--color-gray-3);
color: #e0e0e0; color: var(--color-gray-9);
position: fixed; position: fixed;
left: 0; left: 0;
bottom: 0; bottom: 0;