Skip to content

Commit

Permalink
[TASK] Add dark colors for the loading container
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Oct 25, 2024
1 parent 74c3bb3 commit 2edab40
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Sass/Modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ label {
position: relative;
overflow: hidden;
min-height: 300px;
background-color: $colorGrey;
border: 2px dashed $colorGreyBright;
background-color: light-dark($colorGrey, $black);
border: 2px dashed light-dark($colorGreyBright, $colorGreyDark);
margin-bottom: 1.125rem;
}

Expand Down
4 changes: 2 additions & 2 deletions Resources/Private/Sass/PageOverview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
position: relative;
overflow: hidden;
min-height: 280px;
background-color: $colorGrey;
border: 2px dashed $colorGreyBright;
background-color: light-dark($colorGrey, $black);
border: 2px dashed light-dark($colorGreyBright, $colorGreyDark);
margin-bottom: 1.125rem;
}

Expand Down
Loading

0 comments on commit 2edab40

Please sign in to comment.