Skip to content

Commit e50f3ad

Browse files
committed
fix: update required height
1 parent 02cd74f commit e50f3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/containers/SupportedVersions/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sharedStyles from '../../views/Styles';
44

55
export const styles = StyleSheet.create({
66
container: {
7-
flex: 1,
7+
flex: 0,
88
padding: 16,
99
backgroundColor: '#fff'
1010
},

0 commit comments

Comments
 (0)