xworkmate-app/docs/architecture/simple-theme-default.md
2026-03-23 08:59:44 +08:00

39 lines
849 B
Markdown

# Simple Theme Default
This document records the default `simple` theme token set for `XWorkmate.svc.plus`.
## Typography
- `section` title: `13/14 + 600`
- `compact body`: `13/15 + 400`
- `bodyMedium`: `13/15 + 400`
- emphasized body and button labels: `13/14 + 600`
## Spacing
- page outer spacing: `0`
- standard section spacing: `8`
- compact spacing: `6`
## Radius
- card radius: `16`
- input radius: `14`
- button radius: `12`
- dialog radius: `18`
- chip radius: `12`
- sidebar radius: `20`
## Size
- textarea height: `36`
- input height: `40`
- button height: `30` desktop / `36` mobile
- toolbar height: `40`
- sidebar item height: `34`
## Source Of Truth
- theme tokens live in [lib/theme/app_theme.dart](/Users/shenlan/workspaces/cloud-neutral-toolkit/XWorkmate.svc.plus/lib/theme/app_theme.dart)
- token family name: `simple`