Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions DESIGN_SYSTEM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 🎨 Design System Components

## Color Palette
- Primary: #2563EB (Blue)
- Secondary: #7C3AED (Purple)
- Success: #059669 (Green)
- Warning: #D97706 (Orange)
- Error: #DC2626 (Red)

## Typography
- Font Family: Inter, system-ui, sans-serif
- Headings: 600 weight
- Body: 400 weight

## Spacing Scale
- xs: 4px, sm: 8px, md: 16px, lg: 24px, xl: 32px
Loading