Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ authored Oct 23, 2024
1 parent 428618d commit 89a2ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm run build # Build component library with rollup.
```

### Design Tokens
CSS variables are declared in `src/tokens.css`. Dark mode is enabled by the presence of the attribute `data-theme="dark"` higher up in the tree.
CSS variables are declared in `src/tokens.css`. Dark mode is enabled when using the attribute `data-theme="dark"` higher up in the tree. See `src/tokens.css` for more details.



Expand Down

0 comments on commit 89a2ea2

Please sign in to comment.