mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-04 16:43:35 +00:00
Add OpenClaw design system foundations: - Custom typography tokens (OpenClawType) using Plus Jakarta Sans, DM Sans, and JetBrains Mono with Dynamic Type scaling - Spacing and radius token enums (OpenClawSpacing, OpenClawRadius) - Additive brand color tokens (accentPressed, teal, void, obsidian, slate, textPrimary, textSecondary) - Shared components: OpenClawToggleIndicator, OpenClawStatusBadge, OpenClawPrimaryButtonStyle, OpenClawSecondaryButtonStyle - Bundled font files with OFL license provenance Migrate all iOS views to OpenClawType tokens. No behavioral, navigation, or routing changes — this is purely visual/typographic. Co-authored-by: Cursor <cursoragent@cursor.com>