Skip to content

Commit

Permalink
fix default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
domechn committed Aug 18, 2024
1 parent fc9bb40 commit e383fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function App() {
<div className="container">
<Toaster />
<AutoUpdater />
<ThemeProvider defaultTheme="dark" storageKey={themeLocalStorageKey}>
<ThemeProvider defaultTheme="light" storageKey={themeLocalStorageKey}>
<ChartResizeContext.Provider value={{ needResize, setNeedResize }}>
<IndexApp />
</ChartResizeContext.Provider>
Expand Down

0 comments on commit e383fea

Please sign in to comment.