diff --git a/src/components/navigation/left/HomeSidebar.tsx b/src/components/navigation/left/HomeSidebar.tsx index 98cbc6e9..6cfd9a42 100644 --- a/src/components/navigation/left/HomeSidebar.tsx +++ b/src/components/navigation/left/HomeSidebar.tsx @@ -1,6 +1,6 @@ import { Localizer, Text } from "preact-i18n"; import { useContext, useEffect } from "preact/hooks"; -import { Home, Group, Wrench, Save } from "@styled-icons/boxicons-regular"; +import { Home, UserDetail, Wrench, Save } from "@styled-icons/boxicons-solid"; import Category from '../../ui/Category'; import PaintCounter from "../../../lib/PaintCounter"; @@ -85,7 +85,7 @@ function HomeSidebar(props: Props) { ) !== "undefined" ? 'unread' : undefined } > - + diff --git a/src/components/ui/Category.tsx b/src/components/ui/Category.tsx index 7fae78e4..16c14444 100644 --- a/src/components/ui/Category.tsx +++ b/src/components/ui/Category.tsx @@ -18,7 +18,6 @@ const CategoryBase = styled.div>` justify-content: space-between; svg { - stroke: var(--foreground); cursor: pointer; }