refactor(styles): update component backgrounds and hover effects for improved visual consistency across user interface elements

This commit is contained in:
Anish Sarkar 2026-05-03 22:35:40 +05:30
parent cdce6a8f14
commit 761f5b1c11
5 changed files with 12 additions and 7 deletions

View file

@ -103,7 +103,7 @@ export function FreeModelSelector({ className }: { className?: string }) {
role="combobox"
aria-expanded={open}
className={cn(
"h-8 gap-2 px-3 text-sm bg-main-panel hover:bg-accent/50 dark:hover:bg-white/6 border border-border/40 select-none",
"h-8 gap-2 px-3 text-sm bg-muted hover:bg-muted/80 border-0 select-none",
className
)}
>