forked from community/device-mgt-core
Merge pull request #956 from Megala21/appm_new
Adding support for custom themingfeature/appm-store/pbac
commit
df59cccf8a
@ -0,0 +1,7 @@
|
||||
{
|
||||
"theme" : {
|
||||
"current" : "default",
|
||||
"default" : "lightBaseTheme",
|
||||
"custom" : "custom-theme"
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
import {
|
||||
indigo500, indigo700, redA200,
|
||||
} from 'material-ui/styles/colors';
|
||||
|
||||
export default {
|
||||
palette: {
|
||||
primary1Color: indigo500,
|
||||
primary2Color: indigo700,
|
||||
accent1Color: redA200,
|
||||
pickerHeaderColor: indigo500,
|
||||
},
|
||||
};
|
Loading…
Reference in new issue