fixed minor bug

This commit is contained in:
2023-06-28 14:10:14 +01:00
parent ff7e8ea1ab
commit 25440a3c06
4 changed files with 35 additions and 24 deletions
@@ -76,7 +76,7 @@ export default function InputCom({
<div
className={`input-wrapper border ${
errorBorder
? "border-[#ff0a0a63] border-[2px] shadow-red-500 animate-shake"
? "border-[#ff0a0a63] border-[0.5px] shadow-red-500 animate-shake"
: "border border-[#f5f8fa] dark:border-[#5e6278]"
} w-full rounded-full h-[42px] overflow-hidden relative font-medium leading-6 bg-clip-padding text-[#5e6278] dark:text-gray-100 bg-[#f5f8fa] dark:bg-[#5e6278] text-base ${inputClass}`}
>