Skip to content

Commit 8876925

Browse files
authored
Merge pull request #6843 from IgniteUI/didimmova/toast-message-bootstrap-fix-1792
fix(toast): text wasn't visible in bootstrap light theme
2 parents 7820c1c + 6da961e commit 8876925

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)