Skip to content

Commit

Permalink
fix action modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunusabdul38 committed Feb 1, 2025
1 parent cce622c commit 1f029b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ui/action-modal/ActionModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ActionModal = ({
}
return (
<div
className="flex items-center justify-center fixed top-0 left-0 w-full h-full bg-light-dark-bg backdrop-blur-sm z-50"
className="flex items-center justify-center fixed top-0 left-0 w-full h-full bg-black/50 backdrop-blur-sm z-50"
onClick={cancelAction}
>
<div
Expand Down

0 comments on commit 1f029b1

Please sign in to comment.