Skip to content

Commit

Permalink
🌈 Update color scheme to dark
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo Gruppi committed Dec 24, 2023
1 parent 74fbcf8 commit fb95d14
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 @@ -7,7 +7,7 @@ import AppProvider from "./context";
function App() {
return (
<>
<MantineProvider>
<MantineProvider defaultColorScheme="dark">
<AppProvider>
<Header></Header>
<Cards></Cards>
Expand Down

0 comments on commit fb95d14

Please sign in to comment.