Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
use geist dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnies committed Aug 5, 2021
1 parent 4c6a935 commit b1750c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export default function Navbar(props: { activeRoute?: string }) {
alignItems: 'center',
width: '100%',
marginRight: 40,
listStyle: 'none',
}}
>
<DynamicNavItem to={routes.dash} activeRoute={props.activeRoute}>
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { GeistProvider, CssBaseline } from '@geist-ui/react';

function MyApp({ Component, pageProps }: AppProps) {
return (
<GeistProvider>
<GeistProvider themeType="dark">
<CssBaseline />
<Component {...pageProps} />
</GeistProvider>
Expand Down

0 comments on commit b1750c9

Please sign in to comment.