From eb28a1263908aa9eefdf125ee5f587f8fcdfbd19 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sat, 5 Nov 2022 13:02:21 -0500 Subject: More profile header tweaks --- src/view/com/profile/ProfileHeader.tsx | 4 ++-- src/view/com/util/UserBanner.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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}) { - + -- cgit 1.4.1