Commit 59fd13b
authored
fix(toast): exclude igx-icon from typography styles (#16789)
Fixes issue where Material icons in toast were not displayed correctly.
Typography styles were being applied to all child elements including icons,
which interfered with icon rendering. Now explicitly excludes igx-icon
elements from typography styles using :not() selector.
Closes #167601 parent 8ec949f commit 59fd13b
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments