refactor(FE): Adjust spacing in UniformityForm

This commit is contained in:
rstubryan
2026-01-30 13:25:08 +07:00
parent 8947d48a43
commit 93b2496f55
@@ -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",
"w-full text-sm font-normal leading-7 after:content-['*'] after:ml-0.5 after:text-red-500 py-2",
formik.touched.document &&
formik.errors.document &&
'text-red-500'
@@ -622,7 +622,7 @@ const UniformityForm = ({
<section
className={cn(
'h-full w-full border rounded-2xl border-dashed cursor-pointer mt-2',
'h-full w-full border rounded-2xl border-dashed cursor-pointer',
formik.touched.document && formik.errors.document
? 'border-red-500'
: 'border-gray-300'
@@ -758,7 +758,7 @@ const UniformityForm = ({
{!isNextStep && (
<>
<div className='border-t border-base-content/10 -mx-4 mt-3' />
<div className='border-t border-base-content/10 -mx-4 mt-4' />
<RequirePermission permissions='lti.production.uniformity.create'>
<Button
type='submit'