feat(ui): sharpen dashboard console visual system

This commit is contained in:
vince 2026-06-20 02:11:16 +02:00
parent 739d627ae3
commit 0c75220adc
15 changed files with 417 additions and 135 deletions

View file

@ -14,6 +14,7 @@ export function ThemeToggle({ theme, onThemeChange }: ThemeToggleProps) {
return (
<button
aria-label={label}
aria-pressed={theme === "light"}
className="theme-toggle"
data-ui-theme-current={theme}
data-ui-theme-toggle="true"