Skip to content

Commit 0ca40db

Browse files
d3georged3george
authored andcommitted
refactor: replace collapse icon
1 parent afeeb58 commit 0ca40db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/layouts/dashboard/nav/nva-logo.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ type Props = {
1515
};
1616
export default function NavLogo({ collapsed, onToggle }: Props) {
1717
const { themeLayout } = useSettings();
18-
const { colorPrimary, colorBorder, colorTextSecondary, colorBgContainer } = useThemeToken();
18+
const { colorPrimary, colorTextSecondary, colorBgContainer, colorBorderSecondary } =
19+
useThemeToken();
1920
return (
2021
<div
2122
style={{ height: `${HEADER_HEIGHT}px` }}
@@ -36,7 +37,7 @@ export default function NavLogo({ collapsed, onToggle }: Props) {
3637
)}
3738
style={{
3839
fontSize: 16,
39-
border: `1px solid ${colorBorder}`,
40+
border: `1px solid ${colorBorderSecondary}`,
4041
backgroundColor: colorBgContainer,
4142
}}
4243
>

0 commit comments

Comments
 (0)