about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-05 13:02:21 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-11-05 13:02:21 -0500
commiteb28a1263908aa9eefdf125ee5f587f8fcdfbd19 (patch)
tree2047cf514486445f56007473fcccf7a04f2b63a5
parent851ff65d66e534fe08f45cafb5e6c236a24c6b5d (diff)
downloadvoidsky-eb28a1263908aa9eefdf125ee5f587f8fcdfbd19.tar.zst
More profile header tweaks
-rw-r--r--src/view/com/profile/ProfileHeader.tsx4
-rw-r--r--src/view/com/util/UserBanner.tsx2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx
index 52b786cc5..e2ed43908 100644
--- a/src/view/com/profile/ProfileHeader.tsx
+++ b/src/view/com/profile/ProfileHeader.tsx
@@ -210,14 +210,14 @@ const styles = StyleSheet.create({
     position: 'absolute',
     top: 10,
     left: 12,
-    backgroundColor: '#000a',
+    backgroundColor: '#ffff',
     padding: 6,
     borderRadius: 30,
   },
   backIcon: {
     width: 14,
     height: 14,
-    color: colors.white,
+    color: colors.black,
   },
   avi: {
     position: 'absolute',
diff --git a/src/view/com/util/UserBanner.tsx b/src/view/com/util/UserBanner.tsx
index cb3f03515..d3be5d2cb 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.6" />
+          <Stop offset="1" stopColor="#000" stopOpacity="0.1" />
         </LinearGradient>
       </Defs>
       <Rect x="0" y="0" width="400" height="100" fill="url(#grad)" />