Switch side nav to dark theme

This commit is contained in:
Marliana Lara 2020-03-10 16:40:34 -04:00
parent 356b674a49
commit 676b29346c
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

View File

@ -163,8 +163,9 @@ class App extends Component {
const sidebar = (
<PageSidebar
isNavOpen={isNavOpen}
theme="dark"
nav={
<Nav aria-label={navLabel}>
<Nav aria-label={navLabel} theme="dark">
<NavList>
{routeGroups.map(({ groupId, groupTitle, routes }) => (
<NavExpandableGroup