mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-31 00:10:22 +08:00
- 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.
6 lines
69 B
CSS
6 lines
69 B
CSS
/**
|
|
* CherryStudio Design Tokens
|
|
*/
|
|
|
|
@import './tokens/index.css';
|