Skip to content

Commit

Permalink
changing background
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmrssa committed Aug 3, 2021
1 parent 9080408 commit 111a3d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/loadingWrapper/ComponentLoadingWrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.6);
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
Expand Down
1 change: 1 addition & 0 deletions src/components/loadingWrapper/LoadingWrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
width: 100vw;
height: 100vh;
background: var(--background-color);
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 111a3d9

Please sign in to comment.