Skip to content

Commit d032eff

Browse files
Fix app changelog modal
1 parent db237fa commit d032eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modals/AppChangelogModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const AppChangelogModal: FC = () => {
122122
dismissButton={false}
123123
actions={[{ label: t('acknowledge'), onPress: handleAcknowledge }]}
124124
>
125-
<Box style={{ maxHeight: '100%' }}>
125+
<Box style={{ maxHeight: 500 }}>
126126
{appReleaseIsCorrectVersion ? (
127127
<ScrollView contentInsetAdjustmentBehavior="automatic">
128128
<ReleaseChangelog releaseBody={appRelease?.body} />

0 commit comments

Comments
 (0)