mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Adjust spacing and border in UniformityForm
This commit is contained in:
@@ -511,7 +511,7 @@ const UniformityForm = ({
|
||||
Informasi Umum
|
||||
</h2>
|
||||
|
||||
<form onSubmit={handleFormSubmit} className='flex flex-col gap-1.5'>
|
||||
<form onSubmit={handleFormSubmit} className='flex flex-col'>
|
||||
<DateInput
|
||||
required
|
||||
label='Tanggal'
|
||||
@@ -582,7 +582,7 @@ const UniformityForm = ({
|
||||
<label
|
||||
htmlFor='file-upload-input'
|
||||
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.errors.document &&
|
||||
'text-red-500'
|
||||
@@ -758,7 +758,7 @@ const UniformityForm = ({
|
||||
|
||||
{!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'>
|
||||
<Button
|
||||
type='submit'
|
||||
|
||||
Reference in New Issue
Block a user