Skip to content

Commit

Permalink
Update CalendarEntryFromFastFoodCEDialog.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aquzif committed Dec 29, 2024
1 parent a30d1ab commit 975b148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dialogs/CalendarEntryFromFastFoodCEDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const CalendarEntryFromFastFoodCEDialog = (
open={open}

fullScreen={stage === 1}
maxWidth={'md'}


fullWidth
Expand Down Expand Up @@ -335,7 +336,7 @@ const CalendarEntryFromFastFoodCEDialog = (
</Box>
<Box width={'400px'} >
<ListTitle>Podsumowanie</ListTitle>

<ListTitle style={{fontWeight: 'normal',fontSize: '1rem'}} >
{
(fastFoodMeals.reduce((a,b) => {
Expand Down

0 comments on commit 975b148

Please sign in to comment.