feat: add mobile-friendly filter sheet to statistics and transaction components, enhancing user experience with improved layout and accessibility

This commit is contained in:
Julien Froidefond
2025-12-07 17:29:48 +01:00
parent 1548ce4b0d
commit a33c41f1bd
3 changed files with 649 additions and 357 deletions

View File

@@ -85,7 +85,7 @@ function SheetHeader({ className, ...props }: React.ComponentProps<"div">) {
return (
<div
data-slot="sheet-header"
className={cn("flex flex-col gap-1.5 p-4", className)}
className={cn("flex flex-col gap-1.5 p-4 pt-6", className)}
{...props}
/>
);