Skip to content

Commit

Permalink
Merge pull request #87 from DearMyPeace/dev/diary-screen-ui-fix
Browse files Browse the repository at this point in the history
design: flex grow 설정
  • Loading branch information
hyobb109 authored Jul 9, 2024
2 parents 8a2ea1b + 6d61b78 commit 47dcc46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/screens/diary/DiaryScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ const DiaryScreen = () => {
const snackbarText = useRecoilValue(snackMessage);
return (
<>
<ScrollView style={styles.container} showsVerticalScrollIndicator={false}>
<ScrollView
style={styles.container}
contentContainerStyle={{ flexGrow: 1 }}
showsVerticalScrollIndicator={false}
>
<MyCalendar />
<DiaryCarousel />
</ScrollView>
Expand Down

0 comments on commit 47dcc46

Please sign in to comment.