From 17bd0eec3030c6f1e5f53631d8d10454de22b8b5 Mon Sep 17 00:00:00 2001 From: zeppi Date: Mon, 23 May 2022 17:11:48 -0400 Subject: [PATCH] fix status bar colors --- ui/scss/component/_status-bar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scss/component/_status-bar.scss b/ui/scss/component/_status-bar.scss index 4e2174873..7a6572ab5 100644 --- a/ui/scss/component/_status-bar.scss +++ b/ui/scss/component/_status-bar.scss @@ -1,6 +1,6 @@ .status-bar { - background-color: var(--color-card-background); - color: #e0e0e0; + background-color: var(--color-gray-3); + color: var(--color-gray-9); position: fixed; left: 0; bottom: 0;