Tambahan Features

This commit is contained in:
2024-10-03 12:05:07 +08:00
parent 5b722407a2
commit eb57f86c8b

View File

@@ -40,17 +40,17 @@ function ListBanner() {
// setOpen(false) // setOpen(false)
// } // }
return ( return (
<Box pt={20}> <Box pt={2}>
<Box p={20}> <Box p={20}>
<Anchor underline='never'> <Anchor underline='never'>
<Stack align='center' justify='center'> <Stack align='center' justify='center'>
{[...Array(5)].map((_, index) => ( {[...Array(5)].map((_, index) => (
<Paper radius={'lg'} withBorder key={index} onClick={() => { setOpenDrawer(true) } <Paper radius={'md'} withBorder key={index} onClick={() => { setOpenDrawer(true) }
} }
style={{ style={{
width: '100%', width: '100%',
maxWidth: 500, maxWidth: 550,
height: 80, height: 85,
backgroundColor: 'transparent', backgroundColor: 'transparent',
border: `1px solid ${tema.get().bgTotalKegiatan}` border: `1px solid ${tema.get().bgTotalKegiatan}`