packages/ui/src/styles/tokens.css
Metadata
- Purpose: Shared UI package for reusable design primitives/components.
- Domain:
shared-packages - Language:
text - Bytes: 363
- Lines: 16
- Content hash (short):
b6eb91dd - Source (start): packages/ui/src/styles/tokens.css:1
- Source (end): packages/ui/src/styles/tokens.css:16
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
:root {
--surface-0: #f8f3ea;
--surface-1: #f4efe7;
--surface-2: #ede6dc;
--text-primary: #151617;
--text-secondary: #585c63;
--accent: #3c6bf2;
--accent-strong: #2748a8;
--warning: #b87333;
--critical: #e64632;
--outline: rgba(178, 168, 153, 0.4);
--radius-md: 14px;
--radius-lg: 24px;
--shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.06);
}