mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 22:49:32 -02:30
Switch side nav to dark theme
This commit is contained in:
@@ -163,8 +163,9 @@ class App extends Component {
|
|||||||
const sidebar = (
|
const sidebar = (
|
||||||
<PageSidebar
|
<PageSidebar
|
||||||
isNavOpen={isNavOpen}
|
isNavOpen={isNavOpen}
|
||||||
|
theme="dark"
|
||||||
nav={
|
nav={
|
||||||
<Nav aria-label={navLabel}>
|
<Nav aria-label={navLabel} theme="dark">
|
||||||
<NavList>
|
<NavList>
|
||||||
{routeGroups.map(({ groupId, groupTitle, routes }) => (
|
{routeGroups.map(({ groupId, groupTitle, routes }) => (
|
||||||
<NavExpandableGroup
|
<NavExpandableGroup
|
||||||
|
|||||||
Reference in New Issue
Block a user