style: Update backdrop blur style in CookieModal

This commit is contained in:
Gauthier Daniels 2025-04-18 14:23:19 +02:00
parent 861ac6eb11
commit fb2d767a37

View File

@ -88,7 +88,7 @@ function CookieModal() {
if (isSelectionOpen) { if (isSelectionOpen) {
return ( return (
<div className="fixed inset-0 z-50 flex items-center justify-center bg-slate-900/50"> <div className="fixed inset-0 z-50 flex items-center justify-center bg-slate-900/50 backdrop-blur-sm">
<div className="relative flex flex-col gap-2 bg-slate-50 dark:bg-slate-800 rounded-md shadow-xl w-full max-w-sm p-4"> <div className="relative flex flex-col gap-2 bg-slate-50 dark:bg-slate-800 rounded-md shadow-xl w-full max-w-sm p-4">
<Button <Button
variant="ghost" variant="ghost"