Skip to content

Commit

Permalink
Merge pull request #2870 from ever-co/2756-improvements-ui--popup-cre…
Browse files Browse the repository at this point in the history
…ate-plan

refactor: improve the suggest daily plan modal
  • Loading branch information
evereq authored Aug 9, 2024
2 parents 40b1380 + f90a9a9 commit d490b0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function SuggestDailyPlanModal(props: ISuggestDailyPlanModalProps) {
}, [closeModal, currentDate]);

return (
<Modal isOpen={isOpen} closeModal={handleCloseModal}>
<Modal isOpen={isOpen} closeModal={handleCloseModal} showCloseIcon={false}>
<Card className="w-full" shadow="custom">
<div className="flex flex-col items-center justify-between">
<div className="mb-7">
Expand Down

0 comments on commit d490b0f

Please sign in to comment.