From 407c35d9f73f9acdd8777564408e09745b8807f5 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Fri, 22 Dec 2023 23:40:29 -0600 Subject: [PATCH] switch to gray 'active' color --- client/homebrew/editor/snippetbar/snippetbar.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index aca598025..ee390aac4 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -67,8 +67,7 @@ color : black; &.active { position : relative; - color : white; - background-color : black; + background-color : gray; } } &.divider {