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:
Samuel Newman
2024-09-26 14:09:02 +01:00
committed by GitHub
parent 78fb666020
commit a9765fd23f
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ const styles = StyleSheet.create({
},
bannerImage: {
width: '100%',
height: '100%',
height: 150,
},
defaultBanner: {
backgroundColor: '#0070ff',