mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Fix: changed icons to solid on sidebar for temp
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { Localizer, Text } from "preact-i18n";
|
import { Localizer, Text } from "preact-i18n";
|
||||||
import { useContext, useEffect } from "preact/hooks";
|
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 Category from '../../ui/Category';
|
||||||
import PaintCounter from "../../../lib/PaintCounter";
|
import PaintCounter from "../../../lib/PaintCounter";
|
||||||
@@ -85,7 +85,7 @@ function HomeSidebar(props: Props) {
|
|||||||
) !== "undefined" ? 'unread' : undefined
|
) !== "undefined" ? 'unread' : undefined
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Group size={20} />
|
<UserDetail size={20} />
|
||||||
<span><Text id="app.navigation.tabs.friends" /></span>
|
<span><Text id="app.navigation.tabs.friends" /></span>
|
||||||
</ButtonItem>
|
</ButtonItem>
|
||||||
</ConditionalLink>
|
</ConditionalLink>
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ const CategoryBase = styled.div<Pick<Props, 'variant'>>`
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
stroke: var(--foreground);
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user