feat: response in mobile and accouting

This commit is contained in:
2026-08-17 07:44:00 +03:30
parent e3071b8692
commit 90a66031bd
20 changed files with 556 additions and 114 deletions
+1 -1
View File
@@ -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