Skip to content

Commit

Permalink
fix: update unused scss variable for directive mark color (#1142)
Browse files Browse the repository at this point in the history
Signed-off-by: Vighnesh shenoy <vighneshq@gmail.com>
  • Loading branch information
v-shenoy authored Nov 7, 2024
1 parent 83646eb commit 68ead02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 68ead02

Please sign in to comment.