Skip to content

Commit

Permalink
fix: toast success color = blue
Browse files Browse the repository at this point in the history
  • Loading branch information
avlyalin committed Jun 22, 2020
1 parent 8b7180d commit 384cc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/toastify.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.Toastify__toast--info {
}
.Toastify__toast--success {
@apply bg-green-400;
@apply bg-blue-100;
}
.Toastify__toast--warning {
}
Expand Down

0 comments on commit 384cc3e

Please sign in to comment.