made adjustments to the button for add task in the viewer

This commit is contained in:
csawatzky 2025-10-14 16:44:45 -06:00
parent ea94fab0a5
commit d7439f5244
3 changed files with 36 additions and 17 deletions

View file

@ -6,7 +6,7 @@ export default function Tasks() {
return (
<PageContainer>
<Box padding={2}>
<TaskViewer />
<TaskViewer overlayButton/>
</Box>
</PageContainer>
);