mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
refactor(FE): Adjust spacing and border in UniformityForm
This commit is contained in:
@@ -511,7 +511,7 @@ const UniformityForm = ({
|
|||||||
Informasi Umum
|
Informasi Umum
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<form onSubmit={handleFormSubmit} className='flex flex-col gap-1.5'>
|
<form onSubmit={handleFormSubmit} className='flex flex-col'>
|
||||||
<DateInput
|
<DateInput
|
||||||
required
|
required
|
||||||
label='Tanggal'
|
label='Tanggal'
|
||||||
@@ -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-5 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",
|
||||||
formik.touched.document &&
|
formik.touched.document &&
|
||||||
formik.errors.document &&
|
formik.errors.document &&
|
||||||
'text-red-500'
|
'text-red-500'
|
||||||
@@ -758,7 +758,7 @@ const UniformityForm = ({
|
|||||||
|
|
||||||
{!isNextStep && (
|
{!isNextStep && (
|
||||||
<>
|
<>
|
||||||
<div className='border-t border-base-content/20 mt-3' />
|
<div className='border-t border-base-content/10 -mx-4 mt-3' />
|
||||||
<RequirePermission permissions='lti.production.uniformity.create'>
|
<RequirePermission permissions='lti.production.uniformity.create'>
|
||||||
<Button
|
<Button
|
||||||
type='submit'
|
type='submit'
|
||||||
|
|||||||
Reference in New Issue
Block a user