From 39391e5522223214ad1c16645ec3e7df8ac6bc29 Mon Sep 17 00:00:00 2001 From: Hafid Nur Date: Thu, 27 Mar 2025 16:55:54 +0700 Subject: [PATCH] feat: Page Data Akun --- apps/backoffice/src/app/accounts/page.tsx | 15 ++++++++++----- libs/ui/src/atoms/input/input.tsx | 4 ++-- libs/ui/src/molecules/pagination/pagination.tsx | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/apps/backoffice/src/app/accounts/page.tsx b/apps/backoffice/src/app/accounts/page.tsx index 93f7611..8cfb2ba 100644 --- a/apps/backoffice/src/app/accounts/page.tsx +++ b/apps/backoffice/src/app/accounts/page.tsx @@ -54,20 +54,25 @@ export const Components: FC = (): ReactElement => { {/* Account Table Section */}
{/* Search and Filter */} -
-
+
+
-
+
- diff --git a/libs/ui/src/atoms/input/input.tsx b/libs/ui/src/atoms/input/input.tsx index 69006b8..a20ed2d 100644 --- a/libs/ui/src/atoms/input/input.tsx +++ b/libs/ui/src/atoms/input/input.tsx @@ -45,14 +45,14 @@ export const Input: FC = ({ }; const mergedClassName = cn( - 'px-[12px] py-[8px] text-neutral-800 placeholder:text-neutral-300 border border-neutral-200 hover:border-blue-300 focus:outline-1 focus:outline-blue-500 rounded-md font-bai-jamjuree w-full', + 'px-[12px] py-[8px] text-neutral-800 placeholder:text-neutral-300 border border-neutral-200 hover:border-blue-300 focus:outline-1 focus:outline-blue-500 rounded-md font-bai-jamjuree min-w-70', sizeClasses[size].textSize, disabled && disabledClass, className ); return ( -
+
= ({ }; return ( -
+