Skip to content

Commit 78fe6ce

Browse files
update docs
1 parent 28622da commit 78fe6ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/development-guide/16-design-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ theme.tokens.alias.Typography.Heading.Xxl // "800 1.625rem/2rem 'Nunito Sans'"
2323
// ✅ Correct: Using alias (semantic) color tokens
2424
<Paper sx={(theme) => ({ backgroundColor: theme.tokens.alias.Content.Background.Normal })}>
2525

26-
<Paper sx={(theme) => ({ backgroundColor: theme.semanticTokens.textColors.primary })}>
26+
<Paper sx={(theme) => ({ backgroundColor: theme.tokens.alias.Content.Text.Primary })}>
2727
```
2828

2929
### Best Practices for Token Usage

0 commit comments

Comments
 (0)