Toggle: improve styles (and on dark theme)
This commit is contained in:
parent
8ad66ec45a
commit
2275a4e3fa
|
@ -28,7 +28,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.react-toggle-track {
|
.react-toggle-track {
|
||||||
@apply bg-gray-200 w-[50px] p-0 rounded-full transition-colors;
|
@apply bg-gray-300 dark:bg-slate-700 w-[50px] p-0 rounded-full transition-colors;
|
||||||
height: var(--input-height);
|
height: var(--input-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue