feat: enhance card components across the application with consistent hover effects and improved layout; update spacing in categories page for better visual hierarchy
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m5s

This commit is contained in:
Julien Froidefond
2025-12-21 13:38:59 +01:00
parent b3ae6059ca
commit 2452e30a0f
14 changed files with 26 additions and 22 deletions

View File

@@ -73,7 +73,7 @@ export function CategoryBarChart({
};
return (
<Card>
<Card className="card-hover">
<CardHeader>
<CardTitle>{title}</CardTitle>
</CardHeader>
@@ -154,3 +154,5 @@ export function CategoryBarChart({
</Card>
);
}
// Find the Card component in this file