Skip to content

Commit

Permalink
* modal: optimize modal dialog background.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Nov 16, 2023
1 parent 8f9ab64 commit 813671a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modal/src/style/modal-dialog.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.modal-dialog {
@apply -relative -bg-canvas -shadow-2xl -max-h-screen -pointer-events-auto -ring-1 -ring-inverse -ring-opacity-5;
@apply -relative -bg-canvas/90 -shadow-2xl -max-h-screen -pointer-events-auto -ring-1 -ring-inverse -ring-opacity-5 -backdrop-blur;
width: var(--modal-base);
border-radius: var(--modal-radius);
}
Expand Down

0 comments on commit 813671a

Please sign in to comment.