update export button
This commit is contained in:
parent
1443d01685
commit
af52952946
|
|
@ -715,10 +715,11 @@ const Timekeeping = () => {
|
|||
<Button
|
||||
onClick={() => setExportModalOpened(true)}
|
||||
size="xs"
|
||||
ml="xl"
|
||||
ml="md"
|
||||
bg={'green'}
|
||||
leftSection={<IconFileExcel size={16} />}
|
||||
>
|
||||
Export Excel
|
||||
Export
|
||||
</Button>
|
||||
</Box>
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Reference in New Issue