mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
refactor(FE): Adjust file upload label styling
This commit is contained in:
@@ -582,7 +582,7 @@ const UniformityForm = ({
|
|||||||
<label
|
<label
|
||||||
htmlFor='file-upload-input'
|
htmlFor='file-upload-input'
|
||||||
className={cn(
|
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.touched.document &&
|
||||||
formik.errors.document &&
|
formik.errors.document &&
|
||||||
'text-red-500'
|
'text-red-500'
|
||||||
|
|||||||
Reference in New Issue
Block a user