fix: update unused scss variable for directive mark color (#1142)
Signed-off-by: Vighnesh shenoy <vighneshq@gmail.com>pull/1145/head
parent
83646eba37
commit
68ead02975
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue