Skip to content

Commit

Permalink
Reset default theme to dark
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinzi-c committed Aug 7, 2024
1 parent f2ba36b commit af2c80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import './global.css';

export default function App() {
return (
<MantineProvider theme={theme}>
<MantineProvider theme={theme} defaultColorScheme="dark">
<Router />
<ToastContainer
position="bottom-right"
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/components/Modal/Modal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/* TABS */
.tabLabel {
font-size: medium;
font-size: large;
}

/* ABOUT/EDUCATION TAB */
Expand Down

0 comments on commit af2c80d

Please sign in to comment.