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 ? ( -
+