chore: update TextArea styling

This commit is contained in:
ValdiANS
2026-01-27 16:57:05 +07:00
parent aa39478318
commit f6a360ee2b
+1 -1
View File
@@ -83,7 +83,7 @@ const TextArea = ({
<textarea
className={cn(
'textarea h-auto px-3 py-2.5 text-base font-normal leading-6 w-full rounded-lg outline-none! transition-all bg-white border-base-content/10',
'textarea h-auto px-3 py-2.5 text-sm text-base-content font-normal leading-6 w-full rounded-lg outline-none! transition-all bg-white border-base-content/10',
{
'border-error': isError,
'border-success!': isValid,