Adrià Vilanova MartÃnez | 7ad72fe | 2023-11-02 21:54:41 +0100 | [diff] [blame] | 1 | .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track { |
| 2 | background-color: #7d7d7d!important; /* custom value */ |
| 3 | } |
| 4 | |
| 5 | .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb { |
| 6 | border-color: #fff!important; /* custom value */ |
| 7 | } |
| 8 | |
| 9 | .mdc-switch.mdc-switch--checked .mdc-switch__track { |
| 10 | background-color: var(--TWPT-blue-A100)!important; |
| 11 | } |
| 12 | |
| 13 | .mdc-switch.mdc-switch--checked .mdc-switch__thumb { |
| 14 | border-color: var(--TWPT-blue-A100)!important; |
| 15 | } |