change modal blur bg
This commit is contained in:
@@ -60,7 +60,7 @@ export default function ContactModal({ isOpen, onClose }: ContactModalProps) {
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: 1 }}
|
||||
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}
|
||||
/>
|
||||
|
||||
@@ -75,7 +75,7 @@ export default function ContactModal({ isOpen, onClose }: ContactModalProps) {
|
||||
{/* Close button */}
|
||||
<motion.button
|
||||
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 }}
|
||||
whileTap={{ scale: 0.9 }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user