change modal blur bg
This commit is contained in:
@@ -60,7 +60,7 @@ export default function ContactModal({ isOpen, onClose }: ContactModalProps) {
|
|||||||
initial={{ opacity: 0 }}
|
initial={{ opacity: 0 }}
|
||||||
animate={{ opacity: 1 }}
|
animate={{ opacity: 1 }}
|
||||||
exit={{ opacity: 0 }}
|
exit={{ opacity: 0 }}
|
||||||
className="absolute inset-0 bg-background/80 backdrop-blur-sm"
|
className="absolute inset-0 bg-background/10 backdrop-blur-sm"
|
||||||
onClick={onClose}
|
onClick={onClose}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ export default function ContactModal({ isOpen, onClose }: ContactModalProps) {
|
|||||||
{/* Close button */}
|
{/* Close button */}
|
||||||
<motion.button
|
<motion.button
|
||||||
onClick={onClose}
|
onClick={onClose}
|
||||||
className="absolute top-4 right-4 p-2 rounded-full glass hover:bg-primary/20 transition-colors"
|
className="absolute top-4 right-2 p-2 rounded-full glass hover:bg-primary/20 transition-colors"
|
||||||
whileHover={{ scale: 1.1 }}
|
whileHover={{ scale: 1.1 }}
|
||||||
whileTap={{ scale: 0.9 }}
|
whileTap={{ scale: 0.9 }}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user