diff options
author | Eric Bailey <git@esb.lol> | 2024-05-10 10:42:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-10 10:42:45 -0500 |
commit | 8f56f79c6c94a7adf1de304097067f5aed0a111a (patch) | |
tree | e5ffc40892986329385ba60d0d2836ae2e0069fc /src/view/shell/bottom-bar/BottomBarStyles.tsx | |
parent | d7f3a8d01fffafac0841bcb732bff0d4a7e53f01 (diff) | |
download | voidsky-8f56f79c6c94a7adf1de304097067f5aed0a111a.tar.zst |
[🐴] Change up icons (#3938)
* Swap for chat icon * Replace icons in left nav * Replace icons in bottom bars * Ditch feeds, drop size * Fine tune * Swap bell icon, improve alignment and size
Diffstat (limited to 'src/view/shell/bottom-bar/BottomBarStyles.tsx')
-rw-r--r-- | src/view/shell/bottom-bar/BottomBarStyles.tsx | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/src/view/shell/bottom-bar/BottomBarStyles.tsx b/src/view/shell/bottom-bar/BottomBarStyles.tsx index f76df5bd8..367c204e8 100644 --- a/src/view/shell/bottom-bar/BottomBarStyles.tsx +++ b/src/view/shell/bottom-bar/BottomBarStyles.tsx @@ -48,27 +48,19 @@ export const styles = StyleSheet.create({ marginLeft: 'auto', marginRight: 'auto', }, - ctrlIconSizingWrapper: { - height: 27, - }, - homeIcon: { - top: 0, - }, - feedsIcon: { - top: -2, - }, + ctrlIconSizingWrapper: {}, + homeIcon: {}, + feedsIcon: {}, searchIcon: { - top: -2, - }, - bellIcon: { - top: -2.5, + top: -1, }, + bellIcon: {}, profileIcon: { - top: -4, - }, - messagesIcon: { - top: 2, + borderRadius: 100, + borderWidth: 1, + borderColor: 'transparent', }, + messagesIcon: {}, onProfile: { borderWidth: 1, borderRadius: 100, |