style : update style

Deskripsi:
- update calender
- update task

No Issue
This commit is contained in:
lukman
2024-09-19 17:29:36 +08:00
parent 6626f92ff1
commit fa1a4c31ce
4 changed files with 49 additions and 13 deletions

View File

@@ -175,9 +175,15 @@ export default function ListTugasDetailTask() {
<Box>
<Stack pt={10}>
<SimpleGrid
cols={{ base: 3, sm: 3, lg: 3 }}
cols={{ base: 2, sm: 3, lg: 3 }}
style={{
alignContent: 'flex-start',
alignItems: 'flex-start',
}}
>
<Flex onClick={() => { setOpenDrawerStatus(true) }} justify={'center'} align={'center'} direction={'column'} >
<Flex onClick={() => { setOpenDrawerStatus(true) }} justify={'center'} align={'center'} direction={'column'}
pb={20}
>
<Box>
<AiOutlineFileDone size={30} color={tema.get().utama} />
</Box>

View File

@@ -63,6 +63,10 @@ export default function NavbarDetailDivisionTask() {
<Stack pt={10}>
<SimpleGrid
cols={{ base: 3, sm: 3, lg: 3 }}
style={{
alignContent: 'flex-start',
alignItems: 'flex-start',
}}
>
<Flex justify={'center'} align={'center'} direction={'column'}
style={{
@@ -71,6 +75,7 @@ export default function NavbarDetailDivisionTask() {
onClick={() => {
router.push(param.detail + '/add-task')
}}
pb={20}
>
<Box>
<IoAddCircle size={30} color={tema.get().utama} />