Skip to content

Commit

Permalink
lesson 20 solution
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Aug 30, 2024
1 parent a1267b4 commit 709ecb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AppTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { ThemeProvider, createTheme } from "@mui/material/styles";
import "@fontsource-variable/inter";

const theme = createTheme({
colorSchemes: {
dark: true,
},
palette: {
primary: {
main: "#27272a",
Expand Down

0 comments on commit 709ecb9

Please sign in to comment.