From 474c6dc750c6e7cf3983c999e687b9c683755ed9 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Thu, 13 Mar 2025 05:36:51 +0800 Subject: [PATCH] style: update component styling for improved layout and consistency --- app/components/ui/card-report.tsx | 2 +- app/components/ui/chart.tsx | 4 ++-- app/pages/dashboard/index.tsx | 8 ++------ 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app/components/ui/card-report.tsx b/app/components/ui/card-report.tsx index 0f2455e..3861ff8 100644 --- a/app/components/ui/card-report.tsx +++ b/app/components/ui/card-report.tsx @@ -16,7 +16,7 @@ type CardReportProperty = { export const CardReport = (properties: CardReportProperty) => { const { title, amount, icon: Icon, counter, currency } = properties return ( -
+
{ } return ( -
+

Top 5 Artikel

{ } return ( -
+

{view === 'year' diff --git a/app/pages/dashboard/index.tsx b/app/pages/dashboard/index.tsx index c4c9b59..17f26f4 100644 --- a/app/pages/dashboard/index.tsx +++ b/app/pages/dashboard/index.tsx @@ -52,14 +52,10 @@ export const DashboardPage = () => {
-
- -
+
-
- -
+