Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: dark mode confirm dialog box (#9814)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamaruddheen authored Nov 30, 2023
1 parent 56ca28a commit 3d07944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ConfirmDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ConfirmDialog({
<Transition.Root show={open} as={Fragment}>
<Dialog
as="div"
className="relative z-10"
className="relative z-40"
initialFocus={cancelButtonRef}
onClose={setOpen}
>
Expand Down

0 comments on commit 3d07944

Please sign in to comment.