From 68ead0297573fde32e9d580736b5a4f4746f0945 Mon Sep 17 00:00:00 2001 From: Vighnesh Shenoy Date: Fri, 8 Nov 2024 01:49:37 +0530 Subject: [PATCH] fix: update unused scss variable for directive mark color (#1142) Signed-off-by: Vighnesh shenoy --- web/styles/colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/colors.scss b/web/styles/colors.scss index 779974d9..369cedb3 100644 --- a/web/styles/colors.scss +++ b/web/styles/colors.scss @@ -308,7 +308,7 @@ tbody tr:nth-of-type(even) { } .sb-directive-mark { - color: var(--editor-directive-color); + color: var(--editor-directive-mark-color); font-weight: bold; }