From 2d766696f7401ba93b63dae7a5323f11beb8363a Mon Sep 17 00:00:00 2001 From: sen Date: Fri, 5 Sep 2025 19:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E6=96=B0=E5=A2=9E=E8=A8=AD?= =?UTF-8?q?=E8=A8=88=E7=B3=BB=E7=B5=B1=E8=A6=8F=E7=AF=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 建立統一的設計系統規範,包含色彩、字型、間距等視覺標準 Co-Authored-By: Claude Co-Authored-By: UTK Team --- DESIGN_SYSTEM.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 DESIGN_SYSTEM.md diff --git a/DESIGN_SYSTEM.md b/DESIGN_SYSTEM.md new file mode 100644 index 0000000..9797dcd --- /dev/null +++ b/DESIGN_SYSTEM.md @@ -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