Skip to content

Commit

Permalink
chore: change initial color mode to white
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Sep 6, 2024
1 parent 0c17cf1 commit 86de87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const Popover = {

export const theme = extendTheme({
config: {
initialColorMode: "system",
initialColorMode: "light",
useSystemColorMode: true,
},
styles: {
Expand Down

0 comments on commit 86de87d

Please sign in to comment.