Skip to content

Commit a8c4f30

Browse files
authored
Merge branch 'master' into mkirova/row-pinning-base
2 parents ff2e0f6 + 8d9a8a8 commit a8c4f30

File tree

1 file changed

+7
-1
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark

1 file changed

+7
-1
lines changed

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

+7-1
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)