diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-09 08:53:25 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-09 08:53:25 +0700 |
| commit | 6f4ecaa362c2333c59d08f775c13fa1c5bf5e13b (patch) | |
| tree | 12dd993f6226b2b6043e5d3f618953547c75c14a /src/lib/pengajuan-tempo | |
| parent | 21999682d2d6193d1033015c4e45f436a958f643 (diff) | |
<iman> update tempo
Diffstat (limited to 'src/lib/pengajuan-tempo')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/Stepper.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pengajuan-tempo/component/Stepper.jsx b/src/lib/pengajuan-tempo/component/Stepper.jsx index 539fe3f3..c5efa5bc 100644 --- a/src/lib/pengajuan-tempo/component/Stepper.jsx +++ b/src/lib/pengajuan-tempo/component/Stepper.jsx @@ -22,7 +22,7 @@ const Stepper = ({ currentStep, numberOfSteps }) => { <React.Fragment key={index}> {isFirstStep(index) ? null : ( <div - className={`${isMobile ? 'w-12' : 'w-48'} h-[0.8px] ${activeColor( + className={`${isMobile ? 'w-12' : 'w-48'} h-[1px] ${activeColor( index )}`} ></div> |
