Skip to content

Commit

Permalink
Merge pull request #136 from alkong-dalkong/feature/#135_modal
Browse files Browse the repository at this point in the history
fix: mix-blended 제거, background color 설정
  • Loading branch information
G0MTENG authored Oct 22, 2024
2 parents 6e250d6 + 772b937 commit 6d8fae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Modal = ({ children, isOpen, onClose }: PropsWithChildren<ModalProps>) =>
return (
isOpen && (
<div
className="fixed inset-0 flex items-center justify-center bg-gray-6 mix-blend-multiply"
className="fixed inset-0 flex items-center justify-center bg-gray-8/60"
ref={modalBackground}
onClick={handleBackgroundClick}
aria-hidden="true"
Expand Down

0 comments on commit 6d8fae0

Please sign in to comment.