Skip to content

Commit

Permalink
bug: notifications sign up modal has no background transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavphadke1 committed Nov 21, 2023
1 parent d86efed commit 5010483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/_Modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
height: 100vh;
width: 100vw;
z-index: 999999;
background: Colors.$Light_Grey;
// This is Colors.Light_Grey with alpha value of 0.7
background-color: #d1d3d7b3;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 5010483

Please sign in to comment.