update export button

This commit is contained in:
Joseph 2024-12-06 09:27:06 +07:00
parent 1443d01685
commit af52952946
1 changed files with 3 additions and 2 deletions

View File

@ -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>