about summary refs log tree commit diff
path: root/src/view/com/util/UserBanner.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-09-26 14:09:02 +0100
committerGitHub <noreply@github.com>2024-09-26 22:09:02 +0900
commita9765fd23f59d31d60f5aaedd95e751f65adc969 (patch)
treea12679ccde88e422d3ca05f608bb7091ab675058 /src/view/com/util/UserBanner.tsx
parent78fb666020a04ac93135e86287052e0179e48102 (diff)
downloadvoidsky-a9765fd23f59d31d60f5aaedd95e751f65adc969.tar.zst
Fix banner height in edit profile modal (#5494)
* fix banner height

* fix user banner, it's not edit profile's fault
Diffstat (limited to 'src/view/com/util/UserBanner.tsx')
-rw-r--r--src/view/com/util/UserBanner.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/UserBanner.tsx b/src/view/com/util/UserBanner.tsx
index 0e07a5745..13f4081fc 100644
--- a/src/view/com/util/UserBanner.tsx
+++ b/src/view/com/util/UserBanner.tsx
@@ -202,7 +202,7 @@ const styles = StyleSheet.create({
   },
   bannerImage: {
     width: '100%',
-    height: '100%',
+    height: 150,
   },
   defaultBanner: {
     backgroundColor: '#0070ff',