From 14b20c7f0775c5a6f6e91fa1a001d55834c037a5 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 14 Jun 2021 14:19:28 +0100 Subject: [PATCH] fixed gap of toggle switch --- dailyjs/shared/components/Input/Input.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dailyjs/shared/components/Input/Input.js b/dailyjs/shared/components/Input/Input.js index 7935c16..b968731 100644 --- a/dailyjs/shared/components/Input/Input.js +++ b/dailyjs/shared/components/Input/Input.js @@ -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),