Skip to content

Commit 81ccc5e

Browse files
refactor: Created a theme instead page context
1 parent 2d69723 commit 81ccc5e

File tree

2 files changed

+10
-36
lines changed

2 files changed

+10
-36
lines changed

src/utils/getPageContext.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/utils/theme.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { createMuiTheme } from '@material-ui/core/styles'
2+
3+
const theme = createMuiTheme({
4+
palette: {
5+
// Customize Material-UI with your theme
6+
// See more here: https://material-ui.com/customization/themes/
7+
}
8+
})
9+
10+
export default theme

0 commit comments

Comments
 (0)