diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-05 12:43:21 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-05 12:43:21 -0500 |
commit | 851ff65d66e534fe08f45cafb5e6c236a24c6b5d (patch) | |
tree | 2f18fbf7c35f4ea646f889d24f49200a020f6e7b | |
parent | 807bd3b83466327ecf66513040d5947dc34ce580 (diff) | |
download | voidsky-851ff65d66e534fe08f45cafb5e6c236a24c6b5d.tar.zst |
Tweak profile header
-rw-r--r-- | src/view/com/profile/ProfileHeader.tsx | 4 | ||||
-rw-r--r-- | src/view/com/util/UserBanner.tsx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx index 7383e1e1c..52b786cc5 100644 --- a/src/view/com/profile/ProfileHeader.tsx +++ b/src/view/com/profile/ProfileHeader.tsx @@ -208,8 +208,8 @@ const styles = StyleSheet.create({ }, backButton: { position: 'absolute', - top: 6, - left: 8, + top: 10, + left: 12, backgroundColor: '#000a', padding: 6, borderRadius: 30, diff --git a/src/view/com/util/UserBanner.tsx b/src/view/com/util/UserBanner.tsx index aa7ceab83..cb3f03515 100644 --- a/src/view/com/util/UserBanner.tsx +++ b/src/view/com/util/UserBanner.tsx @@ -13,7 +13,7 @@ export function UserBanner({handle}: {handle: string}) { </LinearGradient> <LinearGradient id="grad2" x1="0" y1="0" x2="0" y2="1"> <Stop offset="0" stopColor="#000" stopOpacity="0" /> - <Stop offset="1" stopColor="#000" stopOpacity="0.7" /> + <Stop offset="1" stopColor="#000" stopOpacity="0.6" /> </LinearGradient> </Defs> <Rect x="0" y="0" width="400" height="100" fill="url(#grad)" /> |