Skip to content

Commit

Permalink
Merge pull request #572 from pascalbreuninger/main
Browse files Browse the repository at this point in the history
chore(ui): disable dark mode
  • Loading branch information
FabianKramm authored Jul 26, 2023
2 parents 250f5f8 + 8aa2d10 commit 97e4629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/src/Theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export const theme = extendTheme({
},
},
config: {
initialColorMode: "system",
useSystemColorMode: true,
initialColorMode: "light",
useSystemColorMode: false,
},
components: {
Button,
Expand Down

0 comments on commit 97e4629

Please sign in to comment.