about summary refs log tree commit diff
path: root/src/view/shell
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/shell')
-rw-r--r--src/view/shell/bottom-bar/BottomBar.tsx1
-rw-r--r--src/view/shell/bottom-bar/BottomBarStyles.tsx1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx
index 09b6f9f65..60a6c8e67 100644
--- a/src/view/shell/bottom-bar/BottomBar.tsx
+++ b/src/view/shell/bottom-bar/BottomBar.tsx
@@ -189,6 +189,7 @@ export const BottomBar = observer(({navigation}: BottomTabBarProps) => {
                   pal.text,
                   styles.profileIcon,
                   styles.onProfile,
+                  {borderColor: pal.text.color},
                 ]}>
                 <UserAvatar avatar={store.me.avatar} size={27} />
               </View>
diff --git a/src/view/shell/bottom-bar/BottomBarStyles.tsx b/src/view/shell/bottom-bar/BottomBarStyles.tsx
index 2414b9911..f31ab44cf 100644
--- a/src/view/shell/bottom-bar/BottomBarStyles.tsx
+++ b/src/view/shell/bottom-bar/BottomBarStyles.tsx
@@ -59,7 +59,6 @@ export const styles = StyleSheet.create({
     top: -4,
   },
   onProfile: {
-    borderColor: colors.black,
     borderWidth: 1,
     borderRadius: 100,
   },