From 8674bc9da2cf83479b1ba7f0c96b1838875ba494 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Sat, 23 Dec 2023 20:49:59 -0600 Subject: [PATCH] change gray to #999 --- client/homebrew/editor/snippetbar/snippetbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index ee390aac4..ec83c3fc5 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -67,7 +67,7 @@ color : black; &.active { position : relative; - background-color : gray; + background-color : #999; } } &.divider {