Skip to content

Commit

Permalink
chore(nav): change nav theme to light
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Nov 30, 2023
1 parent 92241ef commit dac3870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/AppLayout/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
);

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

0 comments on commit dac3870

Please sign in to comment.