diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-05 09:11:11 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-05 09:11:11 +0700 |
| commit | b9e64c111f21ac32466fa2a0f095df83ff111252 (patch) | |
| tree | 7c76341dd60d454b21119b2c5580e639a8999b90 | |
| parent | 6fb08ca0ad016cc4d20e320b8ae0aee110dddc8c (diff) | |
<iman> update stepper
| -rw-r--r-- | src/lib/pengajuan-tempo/component/Stepper.jsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/pengajuan-tempo/component/Stepper.jsx b/src/lib/pengajuan-tempo/component/Stepper.jsx index 23c27e5a..539fe3f3 100644 --- a/src/lib/pengajuan-tempo/component/Stepper.jsx +++ b/src/lib/pengajuan-tempo/component/Stepper.jsx @@ -32,16 +32,16 @@ const Stepper = ({ currentStep, numberOfSteps }) => { currentStep == index ? 'border-red-500 border' : `${activeColorBullet(index)} ` - } rounded-full flex justify-center items-center`} + } rounded-full flex justify-center items-center text-nowrap`} > <div className='relative text-xs'> <div className={`absolute z-10 ${ isMobile ? `w-12 h-full top-4 ${ - isFinalStep(index) ? '-left-16' : '-left-4 -top-14' + isFinalStep(index) ? '-left-16' : '-left-4' }` - : 'w-48 h-full -left-24' + : 'w-48 h-full -top-14 -left-24' } `} > <div |
