mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
refactor: enhance UI component styles and functionality in Documents filters, table shell, and editor for improved user experience and consistency
This commit is contained in:
parent
0f7878a3a0
commit
5ce3790847
12 changed files with 38 additions and 34 deletions
|
|
@ -195,8 +195,8 @@ export function ModelConfigDialog({
|
|||
aria-modal="true"
|
||||
className={cn(
|
||||
"relative w-full max-w-lg h-[85vh]",
|
||||
"rounded-xl bg-background shadow-2xl ring-1 ring-border/50",
|
||||
"dark:bg-neutral-900 dark:ring-white/5",
|
||||
"rounded-xl bg-background shadow-2xl",
|
||||
"dark:bg-neutral-900",
|
||||
"flex flex-col overflow-hidden"
|
||||
)}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue