about summary refs log tree commit diff
path: root/src/view/com/profile/ProfileHeader.tsx
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 /src/view/com/profile/ProfileHeader.tsx
parent851ff65d66e534fe08f45cafb5e6c236a24c6b5d (diff)
downloadvoidsky-eb28a1263908aa9eefdf125ee5f587f8fcdfbd19.tar.zst
More profile header tweaks
Diffstat (limited to 'src/view/com/profile/ProfileHeader.tsx')
-rw-r--r--src/view/com/profile/ProfileHeader.tsx4
1 files changed, 2 insertions, 2 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',