We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd47036 commit 505b593Copy full SHA for 505b593
apps/landing/src/components/mdx/components/CustomCodeBlock.tsx
@@ -6,7 +6,7 @@ export function CustomCodeBlock({ children }: { children: string }) {
6
as="code"
7
bg="$containerBackground"
8
borderRadius="0.25rem"
9
- color="var(--text)"
+ color="$text"
10
padding="0.25rem"
11
whiteSpace="pre-wrap"
12
>
0 commit comments