chore(FE-188): updateDropFileInput component

This commit is contained in:
ValdiANS
2025-11-04 15:54:13 +07:00
parent 3b69286a8e
commit 6a070e39da
+1
View File
@@ -106,6 +106,7 @@ const DropFileInput: React.FC<DropFileInputProps> = ({
'aria-disabled': isDisabled,
className: cn(
'dropzone w-full px-4 py-2 border border-dashed border-gray-300 rounded cursor-pointer transition-all',
'hover:border-primary hover:bg-primary/10',
{
'border-success bg-success/10': isDragAccept,
'border-error bg-error/10': isDragReject || isError,