diff options
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, |