Skip to content

Commit fbdb199

Browse files
authored
Merge pull request #6844 from IgniteUI/didimmova/fix-1792
fix(toast): text wasn't visible in bootstrap light theme
2 parents 8b1c78e + b6941f5 commit fbdb199

File tree

1 file changed

+4
-0
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/schemas/light

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ $_bootstrap-toast: extend(
5656
(
5757
variant: 'bootstrap',
5858
background: #fff,
59+
60+
text-color: (
61+
igx-color: ('grays', 600)
62+
)
5963
)
6064
);
6165

0 commit comments

Comments
 (0)