Skip to content

Commit cda4b80

Browse files
committed
feat: nav manu use dark theme
1 parent 5e47801 commit cda4b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const Page: React.FC = ({ children }) => {
6464

6565
return <Layout className={dark ? 'bp3-dark' : ''}>
6666
<Header>
67-
<NavMenu>
67+
<NavMenu className='bp3-dark'>
6868
<NavbarGroup align={Alignment.LEFT}>
6969
<Unselectable>
7070
<NavbarHeading><Button minimal large icon={IconNames.HOME} text={t('nav.home')} onClick={() => history.push('/')}/></NavbarHeading>

0 commit comments

Comments
 (0)