cherry-studio/packages/ui/src/styles/tokens.css
MyPrototypeWhat 77c848035d feat(tokens): introduce design tokens for colors, spacing, typography, and radius
- Added new CSS files for design tokens including colors, spacing, typography, and border radius.
- Updated theme.css to import the new tokens and ensure proper usage in the UI.
- Enhanced the theme structure to support light and dark modes with semantic color mappings.
- Introduced a build script to generate theme from tokens for easier management.
2025-11-07 17:12:34 +08:00

6 lines
69 B
CSS

/**
* CherryStudio Design Tokens
*/
@import './tokens/index.css';