xworkmate-app/docs/architecture/simple-theme-default.md
2026-03-18 19:12:37 +08:00

34 lines
705 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: `6`
- input radius: `8`
- button radius: `8`
- dialog radius: `5`
## Size
- input height: `36`
- button height: `16`
## 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`