mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-07-03 20:59:22 +08:00
979 B
979 B
Styles Reference
This document is a lightweight index for the active style sources used by @cherrystudio/ui.
Source Files
Runtime styles and design tokens live under src/styles:
- theme.css
- tokens.css
- tokens/colors/primitive.css
- tokens/colors/semantic.css
- tokens/colors/status.css
- tokens/radius.css
- tokens/spacing.css
- tokens/typography.css
Usage Notes
Do not consume files from packages/ui/docs at runtime.
- Use
@cherrystudio/ui/styles/*for all actual app and package integration. - Treat this document as reference only, not as part of the public runtime contract.
- If you need to inspect shipped style outputs, check
dist/styles/instead.