mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:21:09 +02:00
Replace hardcoded dark-mode colors with theme-aware CSS variables: - #1a1a1a → hsl(var(--color-surface-elevated)) - #333 → hsl(var(--color-border)) - #e5e5e5 → hsl(var(--color-foreground)) - #888 → hsl(var(--color-muted-foreground)) - #2a2a2a → hsl(var(--color-surface)) - #3b82f6 → hsl(var(--color-primary)) - #10b981 → hsl(var(--color-success)) - #ef4444 → hsl(var(--color-error)) CommandBar now adapts correctly to light/dark mode and all theme variants. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| package.json | ||
| tsconfig.json | ||