update toast colors

This commit is contained in:
Gamebrary 2021-05-10 11:39:22 -07:00
parent ca376788ad
commit 1be0ae31eb

View file

@ -691,8 +691,8 @@ $toast-max-width: 100px !default;
$toast-padding-x: .5rem !default;
$toast-padding-y: .5rem !default;
$toast-font-size: .875rem !default;
$toast-color: $white !default;
$toast-background-color: $black;
$toast-color: $dark !default;
$toast-background-color: $success;
$toast-border-width: 0 !default;
$toast-no-close-button: true !default;
// $toast-border-color: rgba(0, 0, 0, .1) !default;