summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-01-09 08:53:25 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-01-09 08:53:25 +0700
commit6f4ecaa362c2333c59d08f775c13fa1c5bf5e13b (patch)
tree12dd993f6226b2b6043e5d3f618953547c75c14a /src/lib/pengajuan-tempo
parent21999682d2d6193d1033015c4e45f436a958f643 (diff)
<iman> update tempo
Diffstat (limited to 'src/lib/pengajuan-tempo')
-rw-r--r--src/lib/pengajuan-tempo/component/Stepper.jsx2
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>