Skip to content

Commit 1a7de07

Browse files
authored
Merge branch '9.0.x' into mpopovv/6851-9.0.x
2 parents aef135a + a3ee13a commit 1a7de07

File tree

4 files changed

+752
-721
lines changed

4 files changed

+752
-721
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_toast.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@ $_dark-fluent-toast: extend($_fluent-toast);
2323
/// @type {Map}
2424
/// @requires {function} extend
2525
/// @requires $_bootstrap-toast
26-
$_dark-bootstrap-toast: extend($_bootstrap-toast);
26+
$_dark-bootstrap-toast: extend(
27+
$_bootstrap-toast, (
28+
text-color: (
29+
igx-contrast-color: ('grays', 600)
30+
)
31+
)
32+
);
2733

0 commit comments

Comments
 (0)