Skip to content

Commit

Permalink
chore: restore Modal background opacity following a11y changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Jan 16, 2024
1 parent fa92436 commit 1cfca2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/components/Modal/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.Modal {
background: color-mix(in srgb, var(--puck-color-black) 99%, transparent);
background: color-mix(in srgb, var(--puck-color-black) 75%, transparent);
display: none;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 1cfca2b

Please sign in to comment.