You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The checkbox tick color in disabled state is different from the one in Indigo design system. The color provided by the theme is - --tick-color: var(--igx-checkbox-tick-color, color-mix(in oklch, var(--ig-primary-500-contrast) 100%, transparent));
and the one defined in the design system is
igniteui-angular version: 18.2.x, 19.0.x
browser: all
Steps to reproduce
Create application using indigo theme
Add checkbox component and make its state disabled
Observe the tick color
Result
The tick color differs between the design system and the generated theme.
Expected result
Both colors to be the same in design system and generated theme.
The text was updated successfully, but these errors were encountered:
Description
The checkbox tick color in disabled state is different from the one in Indigo design system. The color provided by the theme is - --tick-color: var(--igx-checkbox-tick-color, color-mix(in oklch, var(--ig-primary-500-contrast) 100%, transparent));
and the one defined in the design system is
Steps to reproduce
Result
The tick color differs between the design system and the generated theme.
Expected result
Both colors to be the same in design system and generated theme.
The text was updated successfully, but these errors were encountered: