Skip to content

Commit

Permalink
fix(Modal): mask bg
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshpastakia committed Oct 20, 2024
1 parent 44d8999 commit f935bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/overlays/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const Modal = ({
<FloatingOverlay
lockScroll
style={{ zIndex: "var(--z-overlay-mask)" }}
className="bg-base/50 backdrop-blur-sm grid place-items-center"
className="bg-base/20 backdrop-blur-sm grid place-items-center"
>
<FloatingFocusManager context={context}>
<dialog
Expand Down

0 comments on commit f935bb0

Please sign in to comment.