React Toggle css fixes
This commit is contained in:
parent
077278b7dc
commit
a46fb79401
1 changed files with 2 additions and 2 deletions
|
@ -32,12 +32,12 @@
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
background-color: var(--brand-color-med);
|
background-color: var(--brand-color);
|
||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
|
.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
|
||||||
background-color: var(--background-color);
|
background-color: var(--brand-color-hicontrast);
|
||||||
}
|
}
|
||||||
|
|
||||||
.react-toggle--checked .react-toggle-track {
|
.react-toggle--checked .react-toggle-track {
|
||||||
|
|
Loading…
Reference in a new issue