feat : update scroll and style
Deskripsi: - update api - update globle - update project - update user - update profile No Issue
This commit is contained in:
@@ -171,9 +171,13 @@ export default function ListTugasDetailProject() {
|
||||
<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>
|
||||
|
||||
@@ -59,6 +59,10 @@ export default function NavbarDetailProject() {
|
||||
<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={{
|
||||
@@ -67,6 +71,7 @@ export default function NavbarDetailProject() {
|
||||
onClick={() => {
|
||||
router.push(param.id + '/add-task')
|
||||
}}
|
||||
pb={20}
|
||||
>
|
||||
<Box>
|
||||
<IoAddCircle size={30} color={tema.get().utama} />
|
||||
|
||||
Reference in New Issue
Block a user