From ecce12848e7b8388232af89cb1c2f7486ef086cb Mon Sep 17 00:00:00 2001 From: Alex Oprisan <94403221+alexo-bunnyshell@users.noreply.github.com> Date: Thu, 13 Jun 2024 21:57:39 +0300 Subject: [PATCH] Update sidebar background color just a test Signed-off-by: Alex Oprisan <94403221+alexo-bunnyshell@users.noreply.github.com> --- ui/src/app/sidebar/sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/sidebar/sidebar.scss b/ui/src/app/sidebar/sidebar.scss index d41cbeed3f7cf..dfe9153e09cf4 100644 --- a/ui/src/app/sidebar/sidebar.scss +++ b/ui/src/app/sidebar/sidebar.scss @@ -13,7 +13,7 @@ $deselected-text: #818d94; height: 100vh; max-height: 100vh; color: white; - background-color: #0f2733; + background-color: #1f2ecf; overflow: auto; z-index: 2;