style(SearchOverlay): adjust background opacity and blur effect for improved UI
This commit is contained in:
parent
451c9f665b
commit
e93bca4e3e
|
|
@ -308,7 +308,7 @@ export default function SearchOverlay({ config, setConfig, onClose, onOpenFolder
|
|||
animate={{ y: 0 }}
|
||||
exit={{ y: '100%' }}
|
||||
transition={{ type: 'spring', damping: 28, stiffness: 280 }}
|
||||
className="fixed inset-0 bg-white/95 backdrop-blur-sm flex flex-col overflow-hidden"
|
||||
className="fixed inset-0 bg-white/80 backdrop-blur-md flex flex-col overflow-hidden"
|
||||
>
|
||||
{/* Header */}
|
||||
<div className="flex-shrink-0 px-4 pt-4 pb-3 border-b border-neutral-100">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user