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
@@ -91,7 +91,7 @@ const TextInput = ({
<div
className={cn(
'input h-12 px-4 py-2 text-base font-normal leading-6 w-full rounded-lg! outline-none! transition-all duration-200',
'input h-12 px-4 py-2 text-base font-normal leading-6 w-full rounded-lg! outline-none! transition-all duration-200 bg-white',
{
'border-error': isError,
'border-success!': isValid,