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:
parent
b9fdaf62ac
commit
1abd3ee918
7 changed files with 13 additions and 34 deletions
|
|
@ -19,7 +19,7 @@
|
|||
"lib": "@/lib",
|
||||
"hooks": "@/hooks"
|
||||
},
|
||||
"menuColor": "inverted-translucent",
|
||||
"menuColor": "default",
|
||||
"menuAccent": "subtle",
|
||||
"registries": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue