fix: form type

This commit is contained in:
egagofur
2025-04-03 23:39:09 +07:00
parent 9aff9e2dc8
commit 628e168342
2 changed files with 8 additions and 9 deletions
@@ -75,7 +75,7 @@ export const InputField: FC<TInputFieldProps> = ({
{...rest}
/>
{error ? (
<p className="text-danger-500 text-label2 text-left">{error}</p>
<p className="text-danger-500 text-label1 text-left">{error}</p>
) : (
helperText && (
<p