Skip to content

Commit dac3870

Browse files
chore(nav): change nav theme to light
1 parent 92241ef commit dac3870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/AppLayout/AppLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
6363
);
6464

6565
const Navigation = (
66-
<Nav id="nav-primary-simple" theme="dark">
66+
<Nav id="nav-primary-simple" theme="light">
6767
<NavList id="nav-list-simple">
6868
{routes.map(
6969
(route, idx) => route.label && (!route.routes ? renderNavItem(route, idx) : renderNavGroup(route, idx))

0 commit comments

Comments
 (0)