refactor: extract themes to their own folder
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import blue from '@material-ui/core/colors/blue'
|
||||
|
||||
export default {
|
||||
palette: {
|
||||
primary: {
|
||||
main: '#90caf9'
|
||||
},
|
||||
secondary: blue,
|
||||
type: 'dark'
|
||||
},
|
||||
overrides: {
|
||||
MuiFormGroup: {
|
||||
root: {
|
||||
color: 'white'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user