Skip to content

Commit

Permalink
Theme stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Oct 31, 2024
1 parent f96dc59 commit c3e3b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/gameboard-ui/src/scss/_toastify.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.gb-toast {
background-color: $dark !important;
background-image: none !important;
border: solid 2px $info;
border: solid 2px $success;
border-radius: 6px;
padding-left: 1rem;
padding-right: 1rem;
Expand All @@ -18,7 +18,7 @@
justify-content: center;

strong {
color: $info;
color: $success;
}
}

Expand Down

0 comments on commit c3e3b69

Please sign in to comment.