Skip to content

Commit

Permalink
fix(modal underlay): set the default background color to a translucen…
Browse files Browse the repository at this point in the history
…t black instead of opaque black
  • Loading branch information
aVileBroker committed Jun 30, 2022
1 parent adddc54 commit 8f625b5
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 @@ -22,7 +22,7 @@ const Underlay = styled(AnimatedDiv)`
height: 100%;
width: 100%;
background-color: #000;
background-color: transparentize(0.5, '#000');
position: fixed;
top: 0;
Expand Down

0 comments on commit 8f625b5

Please sign in to comment.