Skip to content

Commit

Permalink
Update: UI of image
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyogyeong8 committed Sep 6, 2024
1 parent 7cd7173 commit 8057b57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ const ModalEvent2024FallDailyAttendance = ({
padding="16px 12px 12px"
isOpen={isOpen}
onChangeIsOpen={onChangeIsOpen}
css={{ display: "flex", flexDirection: "column" }}
>
<DailyAttendance
css={{ height: "100%", width: "100%", margin: "0 0 16px" }}
css={{ width: "92%", height: "200px", margin: "0 4%" }}
/>
<CreditAmountStatusContainer />
<DateSection value={valueDate} handler={setDate} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ const Event2024FallMissions = () => {
},
]}
/>
<AdaptiveDiv type="center">
<AdaptiveDiv
type="center"
css={{ display: "flex", flexDirection: "column" }}
>
<DailyAttendance css={{ width: "100%" }} />
<CreditAmountStatusContainer />
<DateSection value={valueDate} handler={setDate} />
Expand Down

0 comments on commit 8057b57

Please sign in to comment.