From eb57f86c8baa7dd5e5af851fd198226c62429727 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 3 Oct 2024 12:05:07 +0800 Subject: [PATCH] Tambahan Features --- src/module/banner/ui/list_banner.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/module/banner/ui/list_banner.tsx b/src/module/banner/ui/list_banner.tsx index 790ca0c..e68d5ea 100644 --- a/src/module/banner/ui/list_banner.tsx +++ b/src/module/banner/ui/list_banner.tsx @@ -40,17 +40,17 @@ function ListBanner() { // setOpen(false) // } return ( - + {[...Array(5)].map((_, index) => ( - { setOpenDrawer(true) } + { setOpenDrawer(true) } } style={{ width: '100%', - maxWidth: 500, - height: 80, + maxWidth: 550, + height: 85, backgroundColor: 'transparent', border: `1px solid ${tema.get().bgTotalKegiatan}`