mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
refactor: update UI components to use consistent popup and text colors
This commit is contained in:
parent
481bb406b6
commit
6aa4dcef60
31 changed files with 50 additions and 108 deletions
|
|
@ -122,7 +122,7 @@ export function FreeModelSelector({ className }: { className?: string }) {
|
|||
</Button>
|
||||
</PopoverTrigger>
|
||||
<PopoverContent
|
||||
className="w-[320px] p-0 rounded-lg shadow-lg overflow-hidden bg-white border-border/60 dark:bg-neutral-900 dark:border dark:border-white/5 select-none"
|
||||
className="w-[320px] p-0 rounded-lg shadow-lg overflow-hidden select-none"
|
||||
align="start"
|
||||
sideOffset={8}
|
||||
onCloseAutoFocus={(e) => e.preventDefault()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue