Skip to content

Commit 3a68546

Browse files
committed
Minor css changes for reset dialog
1 parent 6751f49 commit 3a68546

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/modules/builder/editor/EditorLayout.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ const ConfirmationBox = ({
1515
handleModalCloseAction: () => void;
1616
}) => {
1717
return (
18-
<div
19-
id="modalBg"
20-
className="fixed inset-0 bg-zinc-500 bg-opacity-03 flex items-center justify-center"
21-
>
18+
<div className="fixed inset-0 bg-black/30 flex items-center justify-center z-50">
2219
<div className="bg-purple-50 w-80 p-6 rounded shadow-lg relative animate-[fadeIn_.3s]">
2320
<h2 className="text-xl font-semibold mb-3">Reset All Changes</h2>
2421
<p className="text-gray-600 mb-4 text-center">

0 commit comments

Comments
 (0)