feat(ui): sharpen dashboard console visual system
This commit is contained in:
parent
739d627ae3
commit
0c75220adc
15 changed files with 417 additions and 135 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue