We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e47801 commit cda4b80Copy full SHA for cda4b80
src/pages/index/index.tsx
@@ -64,7 +64,7 @@ export const Page: React.FC = ({ children }) => {
64
65
return <Layout className={dark ? 'bp3-dark' : ''}>
66
<Header>
67
- <NavMenu>
+ <NavMenu className='bp3-dark'>
68
<NavbarGroup align={Alignment.LEFT}>
69
<Unselectable>
70
<NavbarHeading><Button minimal large icon={IconNames.HOME} text={t('nav.home')} onClick={() => history.push('/')}/></NavbarHeading>
0 commit comments