Skip to content

Commit 23b78c8

Browse files
committed
fix: collectivehomecard styles
1 parent 47ebed5 commit 23b78c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/app/src/components/BannerPool.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ const styles = StyleSheet.create({
6868
position: 'relative',
6969
width: '100%',
7070
maxWidth: 512,
71-
height: 290,
71+
maxHeight: 290,
7272
borderRadius: 20,
73-
flex: 1,
7473
},
7574
poolTypeContainer: {
7675
position: 'absolute',

0 commit comments

Comments
 (0)