diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 12:56:53 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-18 12:56:53 -0600 |
commit | 6a01e0529b0848ac41eab27c9ca0c07c2482dc22 (patch) | |
tree | 6a76cd78024be936b356014a406844ff4beb75ec /src/view/com/util/UserBanner.tsx | |
parent | 990c824648c31ef16e0189178aad6cc4cad4d41b (diff) | |
download | voidsky-6a01e0529b0848ac41eab27c9ca0c07c2482dc22.tar.zst |
Prettier profile headers (no standard header)
Diffstat (limited to 'src/view/com/util/UserBanner.tsx')
-rw-r--r-- | src/view/com/util/UserBanner.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/util/UserBanner.tsx b/src/view/com/util/UserBanner.tsx index 2bd8f765b..1863e1883 100644 --- a/src/view/com/util/UserBanner.tsx +++ b/src/view/com/util/UserBanner.tsx @@ -61,7 +61,7 @@ export function UserBanner({ }, [onSelectNewBanner]) const renderSvg = () => ( - <Svg width="100%" height="120" viewBox="50 0 200 100"> + <Svg width="100%" height="150" viewBox="50 0 200 100"> <Defs> <LinearGradient id="grad" x1="0" y1="0" x2="1" y2="1"> <Stop @@ -118,6 +118,6 @@ const styles = StyleSheet.create({ }, bannerImage: { width: '100%', - height: 120, + height: 150, }, }) |