From 2ab3964a8170932123a570e6032e67acc2fdf90d Mon Sep 17 00:00:00 2001 From: THIS ONE IS A LITTLE BIT TRICKY KRUB Date: Thu, 14 Nov 2024 19:08:46 +0700 Subject: [PATCH] feat: update layout and responsiveness of Dashboard, DataTable, and Modal components for improved user experience --- src/app/dashboard/page.tsx | 4 ++-- src/components/dataTable.tsx | 2 +- src/components/modal.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 15a639a..7bed7a5 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -263,11 +263,11 @@ export default function Dashboard() { - + Recent Funds - + { return { diff --git a/src/components/dataTable.tsx b/src/components/dataTable.tsx index 195aea8..8385d7e 100644 --- a/src/components/dataTable.tsx +++ b/src/components/dataTable.tsx @@ -203,7 +203,7 @@ export function DataTable({ data }: { data: ModalProps[] }) { }); return ( -
+
- +