Skip to content

Commit 6f86644

Browse files
authored
Missing parenthesis (tailwindlabs#2136)
1 parent 9ce5e85 commit 6f86644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/syntax-highlighter/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tailwindcss-theme",
33
"colors": {
44
"foreground": "var(--color-slate-400)",
5-
"descriptionForeground": "var--color-slate-200)",
5+
"descriptionForeground": "var(--color-slate-200)",
66
"errorForeground": "var(--color-rose-400)",
77
"selection.background": "color-mix(in oklab, var(--color-blue-200) 64%, transparent)",
88
"focusBorder": "var(--color-sky-500)",

0 commit comments

Comments
 (0)