fix: ui toggle button

pull/1499/head
Tienson Qin 2021-03-18 22:14:59 +08:00
parent 86758c8007
commit 8a4fc81436
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
.ui__toggle {
.wrapper {
@apply relative inline-block flex-shrink-0
@apply relative flex-shrink-0
h-6 w-11 border-2 border-transparent flex
rounded-full cursor-pointer focus:outline-none focus:shadow-outline;
}