refactor(FE-Storyless): update input components to ensure consistent background styling

This commit is contained in:
rstubryan
2025-10-22 15:31:59 +07:00
parent bdb3ab1a50
commit 575a317eed
3 changed files with 35 additions and 27 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ const TextArea = ({
<textarea
className={cn(
'input h-auto px-4 py-2 text-base font-normal leading-6 w-full rounded-lg! outline-none! transition-all',
'input h-auto px-4 py-2 text-base font-normal leading-6 w-full rounded-lg! outline-none! transition-all bg-white',
{
'border-error': isError,
'border-success!': isValid,