Skip to content

Commit

Permalink
fix(toasts): use custom property to set toast text color (#1925)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored Mar 28, 2023
1 parent a08e1e8 commit 33c36f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ $toast-max-width: 21.875rem !default;
$toast-padding-x: $spacer * .5 !default;
$toast-padding-y: $spacer * .25 !default;
$toast-font-size: .875rem !default;
$toast-color: null !default;
$toast-color: var(--#{$prefix}emphasis-color) !default; // Boosted mod: instead of `null` due to some `bg-dark` issue
$toast-background-color: rgba(var(--#{$prefix}body-bg-rgb), .85) !default;
$toast-border-width: var(--#{$prefix}border-width) !default;
$toast-border-color: var(--#{$prefix}border-color-translucent) !default; // Boosted mod
Expand Down

0 comments on commit 33c36f6

Please sign in to comment.