fix: update unused scss variable for directive mark color (#1142)

Signed-off-by: Vighnesh shenoy <vighneshq@gmail.com>
pull/1145/head
Vighnesh Shenoy 2024-11-08 01:49:37 +05:30 committed by GitHub
parent 83646eba37
commit 68ead02975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ tbody tr:nth-of-type(even) {
} }
.sb-directive-mark { .sb-directive-mark {
color: var(--editor-directive-color); color: var(--editor-directive-mark-color);
font-weight: bold; font-weight: bold;
} }