style(SearchOverlay): adjust background opacity and blur effect for improved UI

This commit is contained in:
Jaime Idolpx 2026-06-14 01:16:58 -04:00
parent 451c9f665b
commit e93bca4e3e

View File

@ -308,7 +308,7 @@ export default function SearchOverlay({ config, setConfig, onClose, onOpenFolder
animate={{ y: 0 }} animate={{ y: 0 }}
exit={{ y: '100%' }} exit={{ y: '100%' }}
transition={{ type: 'spring', damping: 28, stiffness: 280 }} 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 */} {/* Header */}
<div className="flex-shrink-0 px-4 pt-4 pb-3 border-b border-neutral-100"> <div className="flex-shrink-0 px-4 pt-4 pb-3 border-b border-neutral-100">