diff --git a/net/web/src/constants/Colors.js b/net/web/src/constants/Colors.js index 191f04fd..0546035b 100644 --- a/net/web/src/constants/Colors.js +++ b/net/web/src/constants/Colors.js @@ -30,6 +30,8 @@ const Colors = { statsDivider: '#afafaf', channel: '#f2f2f2', card: '#eeeeee', + + selectHover: '#fafafa', }; export default Colors; diff --git a/net/web/src/session/bottomNav/BottomNav.jsx b/net/web/src/session/bottomNav/BottomNav.jsx index 856a78ac..f80b7374 100644 --- a/net/web/src/session/bottomNav/BottomNav.jsx +++ b/net/web/src/session/bottomNav/BottomNav.jsx @@ -1,5 +1,5 @@ import { BottomNavWrapper } from './BottomNav.styled'; -import { CommentOutlined, TeamOutlined, UserOutlined } from '@ant-design/icons'; +import { CommentOutlined, ContactsOutlined, UserOutlined } from '@ant-design/icons'; export function BottomNav({ state, actions }) { @@ -82,8 +82,8 @@ export function BottomNav({ state, actions }) { { (state.cards || state.contact) && !state.profile && (