diff --git a/src/view/com/profile/ProfileHeader.tsx b/src/view/com/profile/ProfileHeader.tsx
index 52b786cc50..e2ed439087 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 cb3f035153..d3be5d2cb9 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}) {
-
+