Add statuscard changes

This commit is contained in:
Urtzi Alfaro
2025-09-11 13:01:35 +02:00
parent 44b789f523
commit 523b926854
3 changed files with 320 additions and 67 deletions

View File

@@ -79,10 +79,10 @@ const Button = forwardRef<HTMLButtonElement, ButtonProps>(({
const sizeClasses = {
xs: 'px-2 py-1 text-xs gap-1 min-h-6',
sm: 'px-3 py-1.5 text-sm gap-1.5 min-h-8',
md: 'px-4 py-2 text-sm gap-2 min-h-10',
lg: 'px-6 py-2.5 text-base gap-2 min-h-12',
xl: 'px-8 py-3 text-lg gap-3 min-h-14'
sm: 'px-3 py-1.5 text-sm gap-1.5 min-h-8 sm:min-h-10', // Better touch target on mobile
md: 'px-4 py-2 text-sm gap-2 min-h-10 sm:min-h-12',
lg: 'px-6 py-2.5 text-base gap-2 min-h-12 sm:min-h-14',
xl: 'px-8 py-3 text-lg gap-3 min-h-14 sm:min-h-16'
};
const loadingSpinner = (