Skip to content

Commit

Permalink
fix loading colors
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Apr 17, 2023
1 parent 5962d4d commit cbc695b
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 cbc695b

Please sign in to comment.