2026-03-18 19:12:37 +08:00
|
|
|
# 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
|
|
|
|
|
|
2026-03-23 08:59:44 +08:00
|
|
|
- card radius: `16`
|
|
|
|
|
- input radius: `14`
|
|
|
|
|
- button radius: `12`
|
|
|
|
|
- dialog radius: `18`
|
|
|
|
|
- chip radius: `12`
|
|
|
|
|
- sidebar radius: `20`
|
2026-03-18 19:12:37 +08:00
|
|
|
|
|
|
|
|
## Size
|
|
|
|
|
|
2026-03-23 08:59:44 +08:00
|
|
|
- textarea height: `36`
|
|
|
|
|
- input height: `40`
|
|
|
|
|
- button height: `30` desktop / `36` mobile
|
|
|
|
|
- toolbar height: `40`
|
|
|
|
|
- sidebar item height: `34`
|
2026-03-18 19:12:37 +08:00
|
|
|
|
|
|
|
|
## Source Of Truth
|
|
|
|
|
|
2026-06-04 14:53:38 +08:00
|
|
|
- theme tokens live in [lib/theme/app_theme.dart](/Users/shenlan/workspaces/cloud-neutral-toolkit/xworkmate-app/lib/theme/app_theme.dart)
|
2026-03-18 19:12:37 +08:00
|
|
|
- token family name: `simple`
|