feat: refine card styles and interactions across the dashboard; adjust glassmorphism effects, enhance texture for statistic cards, and improve layout for account filter component
This commit is contained in:
@@ -61,13 +61,13 @@ export function RecentTransactions({ data }: RecentTransactionsProps) {
|
||||
}
|
||||
|
||||
return (
|
||||
<Card className="card-hover">
|
||||
<CardHeader className="pb-5">
|
||||
<Card className="card-hover relative overflow-hidden">
|
||||
<CardHeader className="pb-5 relative z-10">
|
||||
<CardTitle className="text-lg md:text-xl font-black tracking-tight">
|
||||
Transactions récentes
|
||||
</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent className="px-5 md:px-6">
|
||||
<CardContent className="px-5 md:px-6 relative z-10">
|
||||
<div className="space-y-3">
|
||||
{recentTransactions.map((transaction) => {
|
||||
const category = getCategory(transaction.categoryId);
|
||||
|
||||
Reference in New Issue
Block a user