diff --git a/src/components/common/AutoComplete.tsx b/src/components/common/AutoComplete.tsx index ea978e12..fe53d4ab 100644 --- a/src/components/common/AutoComplete.tsx +++ b/src/components/common/AutoComplete.tsx @@ -359,6 +359,7 @@ const Base = styled.div<{ detached?: boolean }>` background: transparent; color: var(--foreground); width: calc(100% - 12px); + font-family: inherit; span { display: grid; diff --git a/src/components/navigation/BottomNavigation.tsx b/src/components/navigation/BottomNavigation.tsx index 5995c2f5..26211e04 100644 --- a/src/components/navigation/BottomNavigation.tsx +++ b/src/components/navigation/BottomNavigation.tsx @@ -1,4 +1,5 @@ -import { Message, Group } from "@styled-icons/boxicons-solid"; +import { Message, Group, Inbox } from "@styled-icons/boxicons-solid"; +import { At } from "@styled-icons/boxicons-regular"; import { useHistory, useLocation } from "react-router"; import styled, { css } from "styled-components"; @@ -78,6 +79,13 @@ export function BottomNavigation({ lastOpened }: Props) { + {/**/}