mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
refactor(styles): update component backgrounds and hover effects for improved visual consistency across user interface elements
This commit is contained in:
parent
cdce6a8f14
commit
761f5b1c11
5 changed files with 12 additions and 7 deletions
|
|
@ -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
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue