Fix banner height in edit profile modal (#5494)
* fix banner height * fix user banner, it's not edit profile's fault
This commit is contained in:
@@ -202,7 +202,7 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
bannerImage: {
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
height: 150,
|
||||
},
|
||||
defaultBanner: {
|
||||
backgroundColor: '#0070ff',
|
||||
|
||||
Reference in New Issue
Block a user