Skip to content

Commit

Permalink
Merge pull request #1454 from dappnode/pablo/fix-loading-color
Browse files Browse the repository at this point in the history
Fix loading colors
  • Loading branch information
pablomendezroyo committed Apr 17, 2023
2 parents 5962d4d + cbc695b commit c6197cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/admin-ui/src/components/toast/toastStyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
.line {
position: absolute;
opacity: 0.4;
background: var(--dappnode-strong-main-color);
background: var(--dappnode-darker-main-color);
width: 150%;
height: 6px;
}

.subline {
position: absolute;
background: var(--dappnode-strong-main-color);
background: var(--dappnode-darker-main-color);
height: 6px;
}
.inc {
Expand Down

0 comments on commit c6197cc

Please sign in to comment.