mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-08 23:18:15 -07:00
Reorganize File Structure
This commit is contained in:
parent
9e1bf59f43
commit
8d28512fbf
7 changed files with 30 additions and 27 deletions
33
src/assets/theme.js
Normal file
33
src/assets/theme.js
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
import { createTheme } from "@material-ui/core"
|
||||
|
||||
export const theme = createTheme({
|
||||
pallete: {
|
||||
light: {
|
||||
primary: {
|
||||
|
||||
},
|
||||
secondary: {
|
||||
|
||||
},
|
||||
background: {
|
||||
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
primary: {
|
||||
|
||||
},
|
||||
secondary: {
|
||||
|
||||
},
|
||||
background: {
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
typography: {
|
||||
|
||||
},
|
||||
overrides: {
|
||||
}
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue