Skip to content

Commit c02dfeb

Browse files
MKirovaMKirova
authored andcommitted
Merge branch 'mkirova/row-pinning-base' of https://github.com/IgniteUI/igniteui-angular.git
2 parents ceeb078 + a8c4f30 commit c02dfeb

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

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)