Fix styles: disabled toggle
This commit is contained in:
parent
64cb0f61ae
commit
1629b52cfc
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
background-color: var(--brand-color);
|
background-color: var(--foreground-color);
|
||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue