Skip to content
Snippets Groups Projects
Commit 2a030777 authored by alphamine123's avatar alphamine123
Browse files

blur modal

parent 7d788176
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ export default function Modal({task, isOpen, closeModal, saveTask }) { ...@@ -22,7 +22,7 @@ export default function Modal({task, isOpen, closeModal, saveTask }) {
return ( return (
<div className="fixed inset-0 bg-black bg-opacity-25 flex items-center justify-center z-50"> <div className="fixed inset-0 bg-grey bg-opacity-25 backdrop-blur-sm flex items-center justify-center z-50">
<div <div
className="bg-white rounded-lg shadow-xl p-6 w-full max-w-md mx-4" className="bg-white rounded-lg shadow-xl p-6 w-full max-w-md mx-4"
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment