changed backdrop opacity to 0.8

This commit is contained in:
Abhinav-grd 2021-06-11 13:04:35 +05:30
parent dd7e27fe2f
commit 9cb3878122

View file

@ -109,6 +109,7 @@ const GlobalStyles = createGlobalStyle`
}
.modal-backdrop {
z-index:2000;
opacity:0.8 !important;
}
.modal .card , .table {
background-color: #202020;