chore(ui): switch shadcn menuColor from inverted-translucent to default

Replace semi-transparent glassmorphism menus with solid popover backgrounds.
Re-downloaded dropdown-menu, context-menu, select, combobox, menubar, and
button via `npx shadcn add --overwrite`. Also removed `focus:**:text-accent-foreground`
from DropdownMenuCheckboxItem to prevent color cascade into nested components.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Naiyuan Qing 2026-03-31 11:01:54 +08:00
parent b9fdaf62ac
commit 1abd3ee918
7 changed files with 13 additions and 34 deletions

View file

@ -19,7 +19,7 @@
"lib": "@/lib",
"hooks": "@/hooks"
},
"menuColor": "inverted-translucent",
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
}