From 6f636093b62f042fd1ffcf2ee0d1365ea9c3a6ee Mon Sep 17 00:00:00 2001 From: GuanMu Date: Sun, 6 Apr 2025 00:04:56 +0800 Subject: [PATCH] fix: adjust styling for active and disabled states in Stepper component (#17485) --- web/app/components/datasets/create/stepper/step.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/components/datasets/create/stepper/step.tsx b/web/app/components/datasets/create/stepper/step.tsx index c230de1a6..91e9c718f 100644 --- a/web/app/components/datasets/create/stepper/step.tsx +++ b/web/app/components/datasets/create/stepper/step.tsx @@ -17,12 +17,12 @@ export const StepperStep: FC = (props) => { const label = isActive ? `STEP ${index + 1}` : `${index + 1}` return