blob: 4d1f61d2b96c3c69546553129e4975f743680ab6 [file] [log] [blame]
Adrià Vilanova Martínez7ad72fe2023-11-02 21:54:41 +01001.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}