ui 수정 및 시현할 기능 업데이트
This commit is contained in:
@@ -35,7 +35,7 @@ export const StepProgress: React.FC<StepProgressProps> = ({
|
||||
? "bg-green-500 text-white"
|
||||
: step.id === currentStep
|
||||
? "bg-orange-500 text-white"
|
||||
: "bg-gray-200 text-gray-600"
|
||||
: "bg-gray-200 text-muted-foreground"
|
||||
}`}
|
||||
>
|
||||
{step.id < currentStep ? (
|
||||
@@ -52,7 +52,7 @@ export const StepProgress: React.FC<StepProgressProps> = ({
|
||||
{step.title}
|
||||
</h3>
|
||||
<p className={`text-xs ${
|
||||
step.id <= currentStep ? "text-gray-600" : "text-gray-400"
|
||||
step.id <= currentStep ? "text-muted-foreground" : "text-gray-400"
|
||||
}`}>
|
||||
{step.description}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user