Skip to content

Commit

Permalink
Replace overrides.css
Browse files Browse the repository at this point in the history
  • Loading branch information
cysabi committed Feb 8, 2023
1 parent 76767a2 commit fa86d5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/overrides.css

This file was deleted.

4 changes: 3 additions & 1 deletion src/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
ThemeProvider,
} from "@mui/material/styles"
import { render } from "react-dom"
import "./overrides.css"

declare module "@mui/material/Button" {
interface ButtonPropsColorOverrides {
Expand Down Expand Up @@ -74,6 +73,9 @@ export const theme = createTheme({
},
palette: {
mode: "dark",
background: {
paper: "#293346",
},
primary: {
light: "#008585",
main: "#00BEBE",
Expand Down

0 comments on commit fa86d5b

Please sign in to comment.