diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-07 02:13:33 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-07 02:13:33 -0400 |
commit | 8a919dd427cb6f28d3b14523c106267dd8f7e089 (patch) | |
tree | e717b654afeb5ca40fc227fe1fcbf990213c6b23 | |
parent | b64df1ab15c72ec15214c4947d33889baf6a7973 (diff) | |
download | donetick-frontend-8a919dd427cb6f28d3b14523c106267dd8f7e089.tar.gz donetick-frontend-8a919dd427cb6f28d3b14523c106267dd8f7e089.tar.bz2 donetick-frontend-8a919dd427cb6f28d3b14523c106267dd8f7e089.zip |
Update button size and color in ChoreView component
Diffstat (limited to '')
-rw-r--r-- | src/views/ChoreEdit/ChoreView.jsx | 6 |
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> |