Merge pull request #3 from daily-demos/dailyjs/toggle-css

fixed gap of toggle switch
This commit is contained in:
Jon Taylor 2021-06-14 14:21:33 +01:00 committed by GitHub
commit 6255774f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -223,8 +223,8 @@ export const BooleanInput = ({
position: absolute;
height: 20px;
width: 20px;
left: 3px;
bottom: 3px;
left: 2px;
bottom: 2px;
transition: 0.4s;
border-radius: 50%;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1),