Files
chanora/docs/ui-ux/material3-design-tokens.md
T

22 lines
763 B
Markdown

# Chanora Material 3 Design Tokens
**Document status:** DV meeting baseline candidate
**Date:** 2026-05-29
## 1. Source
Implementation token source is `apps/chanora_flutter/lib/design/chanora_tokens.dart`.
## 2. Token Areas
| Token area | Purpose |
|---|---|
| Color roles | Connection, voice, permission, diagnostic, warning, and neutral states |
| Typography roles | App shell, status, channel/client lists, chat, settings, diagnostics |
| Spacing roles | Compact/mobile layout, control grouping, list density |
| Shape/elevation roles | Material 3 cards, sheets, banners, controls |
## 3. Verification
Token usage is verified through Flutter widget tests, visual review, and accessibility checks that critical state is not represented by color alone.