chore: Update ChoreCard component menu size to 'lg'
This commit is contained in:
parent
8a919dd427
commit
0ba759b9f2
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ const ChoreCard = ({ chore, performers, onChoreUpdate, onChoreRemove, sx }) => {
|
||||||
</IconButton>
|
</IconButton>
|
||||||
{/* </ButtonGroup> */}
|
{/* </ButtonGroup> */}
|
||||||
<Menu
|
<Menu
|
||||||
size='md'
|
size='lg'
|
||||||
ref={menuRef}
|
ref={menuRef}
|
||||||
anchorEl={anchorEl}
|
anchorEl={anchorEl}
|
||||||
open={Boolean(anchorEl)}
|
open={Boolean(anchorEl)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue