Skip to content

Commit

Permalink
Quick change from day to night (once again)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-opolka committed Aug 7, 2023
1 parent f214cdd commit 39c6429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/wrappers/GithubPrimerWrappers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function GithubPrimerWrapper({children}: {
}){

return(
<ThemeProvider colorMode={"day"}>
<ThemeProvider colorMode={"night"}>
<BaseStyles>
<Box sx={{bg: "canvas.default"}}>
{children}
Expand Down

0 comments on commit 39c6429

Please sign in to comment.