master #103

Merged
joseph merged 12 commits from master into dev 2025-02-07 19:00:28 +11:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit af52952946 - Show all commits

View File

@ -715,10 +715,11 @@ const Timekeeping = () => {
<Button <Button
onClick={() => setExportModalOpened(true)} onClick={() => setExportModalOpened(true)}
size="xs" size="xs"
ml="xl" ml="md"
bg={'green'}
leftSection={<IconFileExcel size={16} />} leftSection={<IconFileExcel size={16} />}
> >
Export Excel Export
</Button> </Button>
</Box> </Box>
</Box> </Box>