diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 00:17:57 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 00:17:57 -0700 |
commit | 0bdb0ac006a63604f23e73330cb7d6365bb36b4b (patch) | |
tree | 5a52a88ae249967a616e9132396126c287e02b90 /src/view/shell/bottom-bar/BottomBarStyles.tsx | |
parent | 007c523010503e01345753f53ce90128dd8f6f15 (diff) | |
download | voidsky-0bdb0ac006a63604f23e73330cb7d6365bb36b4b.tar.zst |
put user avatar on bottom bar and replace with hamburger menu on top
Diffstat (limited to 'src/view/shell/bottom-bar/BottomBarStyles.tsx')
-rw-r--r-- | src/view/shell/bottom-bar/BottomBarStyles.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/view/shell/bottom-bar/BottomBarStyles.tsx b/src/view/shell/bottom-bar/BottomBarStyles.tsx index 3d5adbc9e..2414b9911 100644 --- a/src/view/shell/bottom-bar/BottomBarStyles.tsx +++ b/src/view/shell/bottom-bar/BottomBarStyles.tsx @@ -58,4 +58,9 @@ export const styles = StyleSheet.create({ profileIcon: { top: -4, }, + onProfile: { + borderColor: colors.black, + borderWidth: 1, + borderRadius: 100, + }, }) |