Skip to content

Commit

Permalink
feat: use dark mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed Jul 23, 2023
1 parent 9cbc77b commit 4ad481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ export default function App(
}

App.getInitialProps = ({ ctx }: { ctx: GetServerSidePropsContext }) => ({
initialColorScheme: getCookie("mantine-color-scheme", ctx) || "light",
initialColorScheme: getCookie("mantine-color-scheme", ctx) || "dark",
});

0 comments on commit 4ad481b

Please sign in to comment.