aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/views/ChoreEdit/ChoreView.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/ChoreEdit/ChoreView.jsx b/src/views/ChoreEdit/ChoreView.jsx
index 29268bc..99b710c 100644
--- a/src/views/ChoreEdit/ChoreView.jsx
+++ b/src/views/ChoreEdit/ChoreView.jsx
@@ -344,16 +344,16 @@ const ChoreView = () => {
setSecondsLeftToCancel(null) // Reset or adjust as needed
}
}}
- size='md'
+ size='lg'
variant='outlined'
- color='primary'
+ color='danger'
startDecorator={<CancelScheduleSend />}
>
Cancel
</Button>
}
>
- <Typography level='body2' textAlign={'center'}>
+ <Typography level='body-md' textAlign={'center'}>
Task will be marked as completed in {secondsLeftToCancel} seconds
</Typography>
</Snackbar>