diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/views/Chores/ChoreCard.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Chores/ChoreCard.jsx b/src/views/Chores/ChoreCard.jsx index 587a01a..f5c0dbd 100644 --- a/src/views/Chores/ChoreCard.jsx +++ b/src/views/Chores/ChoreCard.jsx @@ -489,7 +489,7 @@ const ChoreCard = ({ chore, performers, onChoreUpdate, onChoreRemove, sx }) => { </IconButton> {/* </ButtonGroup> */} <Menu - size='md' + size='lg' ref={menuRef} anchorEl={anchorEl} open={Boolean(anchorEl)} |