feat: response in mobile and accouting
This commit is contained in:
@@ -34,7 +34,7 @@ export default function StepIndicator({ steps }: StepIndicatorProps) {
|
||||
)}
|
||||
</div>
|
||||
<span
|
||||
className={`mt-1.5 text-xs font-medium whitespace-nowrap ${
|
||||
className={`mt-1.5 text-[10px] sm:text-xs font-medium whitespace-nowrap ${
|
||||
step.isCurrent
|
||||
? 'text-indigo-700 dark:text-indigo-400'
|
||||
: step.isCompleted
|
||||
|
||||
Reference in New Issue
Block a user