Skip to content

Commit

Permalink
Merge pull request #24 from chhw130/main
Browse files Browse the repository at this point in the history
fix(initialColormode) : light mode setting
  • Loading branch information
chhw130 authored Dec 13, 2023
2 parents 7eada56 + d3710cd commit 47df12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ChakraLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function ChakraLayout({ children }: { children: React.ReactNode }) {

return (
<ChakraProvider>
<ColorModeScript initialColorMode="system" />
<ColorModeScript initialColorMode="light" />
<CacheProvider>{children}</CacheProvider>
</ChakraProvider>
);
Expand Down

0 comments on commit 47df12f

Please sign in to comment.