Tambahan Features
This commit is contained in:
@@ -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}`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user