diff --git a/src/components/Modal/styles.ts b/src/components/Modal/styles.ts index b39096c4f..a1e11b8bc 100644 --- a/src/components/Modal/styles.ts +++ b/src/components/Modal/styles.ts @@ -15,6 +15,7 @@ export default StyleSheet.create({ backgroundColor: WHITE, borderRadius: BORDER_RADIUS.MD, width: '90%', + maxHeight: '60%', padding: PADDING.LG, }, });