From 814b342eab254565e8503ee0fdd8889524c8c186 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Sun, 7 Aug 2022 18:05:54 -0700 Subject: [PATCH] tweaking bottom nav style --- net/web/src/constants/Colors.js | 2 ++ net/web/src/session/bottomNav/BottomNav.jsx | 18 ++++++------------ .../src/session/bottomNav/BottomNav.styled.js | 11 +++++------ 3 files changed, 13 insertions(+), 18 deletions(-) diff --git a/net/web/src/constants/Colors.js b/net/web/src/constants/Colors.js index b8093f7d..851bfe46 100644 --- a/net/web/src/constants/Colors.js +++ b/net/web/src/constants/Colors.js @@ -8,6 +8,8 @@ const Colors = { divider: '#dddddd', encircle: '#cccccc', alert: '#ff8888', + enabled: '#444444', + disabled: '#aaaaaa', }; export default Colors; diff --git a/net/web/src/session/bottomNav/BottomNav.jsx b/net/web/src/session/bottomNav/BottomNav.jsx index 30a71b7e..c306b3b7 100644 --- a/net/web/src/session/bottomNav/BottomNav.jsx +++ b/net/web/src/session/bottomNav/BottomNav.jsx @@ -49,12 +49,10 @@ export function BottomNav({ state, actions }) { )} { (state.cards || state.contact || state.profile) && ( - )} { !state.profile && ( - )} { ((!state.cards && !state.contact) || state.profile) && ( -