style : update report

This commit is contained in:
lukman
2024-07-15 11:10:57 +08:00
parent 676c64c117
commit f6b1b77083
6 changed files with 190 additions and 28 deletions

View File

@@ -49,14 +49,16 @@ export default function ListEvent() {
}} mb={10}>
<Group>
<GoDiscussionClosed size={25} />
<Text fw={'bold'}>{v.judul}</Text>
<Box w={{ base: 230, md: 400 }}>
<Text fw={'bold'}>{v.judul}</Text>
</Box>
</Group>
<Group justify="space-between" mt={10} c={'#8C8C8C'}>
<Group>
<Group justify="space-between" mt={20} c={'#8C8C8C'}>
<Group gap={5} align="center">
<CiUser size={18} />
<Text fz={13}>{v.user}</Text>
</Group>
<Group>
</Group >
<Group gap={5} align="center">
<CiClock2 size={18} />
<Text fz={13}>{v.date}</Text>
</Group>