refactor(FE): Adjust file upload label styling

This commit is contained in:
rstubryan
2026-01-30 13:27:11 +07:00
parent 93b2496f55
commit 4b0397903d
@@ -582,7 +582,7 @@ const UniformityForm = ({
<label
htmlFor='file-upload-input'
className={cn(
"w-full text-sm font-normal leading-7 after:content-['*'] after:ml-0.5 after:text-red-500 py-2",
"w-full text-xs font-semibold leading-5 after:content-['*'] after:ml-0.5 after:text-red-500 py-2",
formik.touched.document &&
formik.errors.document &&
'text-red-500'