2020-03-31 05:05:46 -08:00
|
|
|
export default {
|
2020-03-31 15:36:45 -08:00
|
|
|
themeName: 'Light',
|
2020-03-31 05:05:46 -08:00
|
|
|
palette: {
|
|
|
|
|
secondary: {
|
|
|
|
|
light: '#5f5fc4',
|
|
|
|
|
dark: '#001064',
|
2020-04-29 02:31:07 -08:00
|
|
|
main: '#3f51b5',
|
2020-03-31 05:05:46 -08:00
|
|
|
contrastText: '#fff',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
overrides: {
|
|
|
|
|
MuiFilledInput: {
|
|
|
|
|
root: {
|
|
|
|
|
backgroundColor: 'rgba(0, 0, 0, 0.04)',
|
|
|
|
|
'&$disabled': {
|
|
|
|
|
backgroundColor: 'rgba(0, 0, 0, 0.04)',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-04-25 17:09:23 -08:00
|
|
|
NDLogin: {
|
|
|
|
|
main: {
|
|
|
|
|
'& .MuiFormLabel-root': {
|
|
|
|
|
color: '#000000',
|
|
|
|
|
},
|
|
|
|
|
'& .MuiFormLabel-root.Mui-focused': {
|
|
|
|
|
color: '#0085ff',
|
|
|
|
|
},
|
|
|
|
|
'& .MuiFormLabel-root.Mui-error': {
|
|
|
|
|
color: '#f44336',
|
|
|
|
|
},
|
|
|
|
|
'& .MuiInput-underline:after': {
|
|
|
|
|
borderBottom: '2px solid #0085ff',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
card: {
|
|
|
|
|
minWidth: 300,
|
|
|
|
|
marginTop: '6em',
|
|
|
|
|
backgroundColor: '#ffffffe6',
|
|
|
|
|
},
|
|
|
|
|
avatar: {},
|
|
|
|
|
icon: {},
|
|
|
|
|
button: {
|
|
|
|
|
boxShadow: '3px 3px 5px #000000a3',
|
|
|
|
|
},
|
|
|
|
|
systemNameLink: {
|
|
|
|
|
color: '#0085ff',
|
|
|
|
|
},
|
|
|
|
|
},
|
2021-10-15 17:02:11 -08:00
|
|
|
NDMobileArtistDetails: {
|
2021-09-26 11:32:40 -08:00
|
|
|
bgContainer: {
|
|
|
|
|
background:
|
|
|
|
|
'linear-gradient(to bottom, rgb(255 255 255 / 51%), rgb(250 250 250))!important',
|
|
|
|
|
},
|
|
|
|
|
},
|
2020-04-08 06:19:53 -08:00
|
|
|
},
|
|
|
|
|
player: {
|
|
|
|
|
theme: 'light',
|
2021-06-25 13:34:16 -08:00
|
|
|
stylesheet: require('./light.css.js'),
|
2020-03-31 05:05:46 -08:00
|
|
|
},
|
|
|
|
|
}
|