about summary refs log tree commit diff
path: root/src/view/com/profile/ProfileHeader.tsx
diff options
context:
space:
mode:
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',