From 2363b05446be612bf1d34ecea4077b5f09630cb0 Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 1 May 2022 11:49:34 +0430 Subject: [PATCH] update src/components/CustomSwitch/index.js and src/components/FormInput/index.js --- src/components/CustomSwitch/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CustomSwitch/index.js b/src/components/CustomSwitch/index.js index 0bd7e03..5217054 100644 --- a/src/components/CustomSwitch/index.js +++ b/src/components/CustomSwitch/index.js @@ -20,7 +20,7 @@ const CustomSwitch = ({ }} className={`${className} flex border relative w-full ${ values - ? "rounded-md h-full min-h-[50px]" + ? "rounded-md h-full min-h-[35px]" : " rounded-md h-9 aspect-[1/2]" }`} > @@ -41,7 +41,7 @@ const CustomSwitch = ({ }`} > {values ? ( -
+