Skip to content

Commit

Permalink
Default to dark theme for now (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite authored Oct 13, 2024
1 parent f445d04 commit eb16ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Routes from './routes';

function App() {
return (
<ThemeProvider defaultTheme="system" storageKey="vite-ui-theme">
<ThemeProvider defaultTheme="dark" storageKey="vite-ui-theme">
<TooltipProvider>
<AppBar />
<Routes />
Expand Down

0 comments on commit eb16ba4

Please sign in to comment.