igniteui-angular
igniteui-angular copied to clipboard
Switch Theming Issues
Description
This is an AppBuilder app showing Switches, using a custom dark theme based on material dark, with custom surface background color (blue).
All states are inconsistent with Material UI switches.
Expected result
- Switch ON - Default / Hover: the track should be 38% primary color.
- Switch ON - disabled state: should look exactly like the default state but with 38% opacity applied to the entire component.
- Switch OFF - Default / Hover: the track should be 38% white.
- Switch OFF - disabled state: should look exactly like the default state but with 38% opacity applied to the entire component.