From 8a919dd427cb6f28d3b14523c106267dd8f7e089 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 7 Jul 2024 02:13:33 -0400 Subject: Update button size and color in ChoreView component --- src/views/ChoreEdit/ChoreView.jsx | 6 +++--- 1 file 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={} > Cancel } > - + Task will be marked as completed in {secondsLeftToCancel} seconds -- cgit