Skip to content

Commit

Permalink
fix the linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
SebinSong committed Jan 31, 2024
1 parent 5a9fa89 commit 4522eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/assets/style/components/_loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
align-items: center;
justify-content: center;
font-size: 30px;
background-color: #EDEDED;
background-color: #ededed;

&.is-removed {
width: 1px;
Expand All @@ -57,7 +57,7 @@
}

@media (prefers-color-scheme: dark) {
background-color: #2E3032;
background-color: #2e3032;
}

@keyframes logo-rotation {
Expand Down

0 comments on commit 4522eca

Please sign in to comment.