Skip to content

Commit 505b593

Browse files
authored
Fix token keyword
1 parent fd47036 commit 505b593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/src/components/mdx/components/CustomCodeBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function CustomCodeBlock({ children }: { children: string }) {
66
as="code"
77
bg="$containerBackground"
88
borderRadius="0.25rem"
9-
color="var(--text)"
9+
color="$text"
1010
padding="0.25rem"
1111
whiteSpace="pre-wrap"
1212
>

0 commit comments

Comments
 (0)