diff --git a/src/views/ChoreEdit/ChoreEdit.jsx b/src/views/ChoreEdit/ChoreEdit.jsx index 31a8c1f..487fccb 100644 --- a/src/views/ChoreEdit/ChoreEdit.jsx +++ b/src/views/ChoreEdit/ChoreEdit.jsx @@ -150,10 +150,12 @@ const ChoreEdit = () => { toggleSection(sectionKey)} sx={{ + mx: 0, display: 'flex', alignItems: 'center', cursor: 'pointer', - p: 2, + width: '100%', + py: 2, borderRadius: 'md', backgroundColor: 'background.level1', border: '1px solid', @@ -193,16 +195,9 @@ const ChoreEdit = () => { {isExpanded && ( {children}