We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff2e0f6 + 8d9a8a8 commit a8c4f30Copy full SHA for a8c4f30
projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_toast.scss
@@ -23,5 +23,11 @@ $_dark-fluent-toast: extend($_fluent-toast);
23
/// @type {Map}
24
/// @requires {function} extend
25
/// @requires $_bootstrap-toast
26
-$_dark-bootstrap-toast: extend($_bootstrap-toast);
+$_dark-bootstrap-toast: extend(
27
+ $_bootstrap-toast, (
28
+ text-color: (
29
+ igx-contrast-color: ('grays', 600)
30
+ )
31
32
+);
33
0 commit comments