We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28622da commit 78fe6ceCopy full SHA for 78fe6ce
1 file changed
docs/development-guide/16-design-tokens.md
@@ -23,7 +23,7 @@ theme.tokens.alias.Typography.Heading.Xxl // "800 1.625rem/2rem 'Nunito Sans'"
23
// ✅ Correct: Using alias (semantic) color tokens
24
<Paper sx={(theme) => ({ backgroundColor: theme.tokens.alias.Content.Background.Normal })}>
25
26
-<Paper sx={(theme) => ({ backgroundColor: theme.semanticTokens.textColors.primary })}>
+<Paper sx={(theme) => ({ backgroundColor: theme.tokens.alias.Content.Text.Primary })}>
27
```
28
29
### Best Practices for Token Usage
0 commit comments