This is the template for us to work on.

This commit is contained in:
2026-06-17 17:35:54 +02:00
parent 3f839bc0fc
commit f1a1db5ff6
4 changed files with 14 additions and 50 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export function StatCard({ title, value, icon: Icon, variant = "default", descri
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.3, delay: index * 0.05 }}
>
<Card className="group hover:shadow-md transition-all duration-200">
<Card className="group hover:shadow-md transition-all duration-200 h-full">
<CardContent className="p-6">
<div className="flex items-center justify-between">
<div className="space-y-1">