Skip to content

Commit 93227d7

Browse files
committed
style(sql): use strong token for editor identifiers for readable contrast
1 parent a4fe3fe commit 93227d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/pages/sql/sql-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function sqlHighlight(): Extension {
156156
tag: [tags.operator, tags.punctuation, tags.separator, tags.paren, tags.brace, tags.squareBracket],
157157
color: 'var(--color-muted-foreground)',
158158
},
159-
{ tag: tags.name, color: 'var(--color-foreground)' },
159+
{ tag: tags.name, color: 'var(--color-strong)' },
160160
])
161161
);
162162
}

0 commit comments

Comments
 (0)