Made changes to Black Mode to make UI elements more visible.

This commit is contained in:
Joel Jacob Stephen
2021-06-08 18:28:34 +05:30
parent 766c31fa56
commit 970c2e56d8
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ export default {
@apply ease-in-out;
@apply duration-150;
background-color: rgba(0, 0, 0, 0.32);
background-color: rgba(255, 255, 255, 0.02);
}
.modal-wrapper {