Description
Describe the issue.
- igniteui-angular version: v19.1.x (and older)
- browser: all
Steps to reproduce
- Create a custom grid summary theme and try to pass
$result-color
- Observe the text color of result text
Result
The color is not being applied. It is being overwritten by the grid theme, specifically the --root-summaries-text-color property that comes from the grid theme.
Expected result
The summary theme should have higher priority than the grid theme.
Description
Describe the issue.
Steps to reproduce
$result-colorResult
The color is not being applied. It is being overwritten by the grid theme, specifically the
--root-summaries-text-colorproperty that comes from the grid theme.Expected result
The summary theme should have higher priority than the grid theme.