mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Switch side nav to dark theme
This commit is contained in:
parent
356b674a49
commit
676b29346c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user