Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Sep 7, 2024
1 parent baf63c8 commit d8c9de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ai-daily.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function AIDailyContent({ view, date }: { view: TabViewIndex, date: DayOf }) {
)
const router = useRouter()
return (
<ScrollView style={styles.content}>
<ScrollView contentContainerStyle={styles.content}>
{isLoading ? (
<View
style={{ flex: 1, justifyContent: 'center', alignItems: 'center' }}
Expand Down

0 comments on commit d8c9de8

Please sign in to comment.