Skip to content

Commit

Permalink
fix(toast): update danger state
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Jun 4, 2021
1 parent d336bc0 commit ac369fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_toasts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

&-danger {
background-color: #fed989;
background-color: #f3d5d5;
}

.btn-close {
Expand Down

0 comments on commit ac369fc

Please sign in to comment.