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) && ( -