quintodrome/ui/src/themes/light.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
423 B
JavaScript
Raw Normal View History

export default {
themeName: 'Light',
palette: {
secondary: {
light: '#5f5fc4',
dark: '#001064',
2020-04-29 02:31:07 -08:00
main: '#3f51b5',
contrastText: '#fff',
},
},
overrides: {
MuiFilledInput: {
root: {
backgroundColor: 'rgba(0, 0, 0, 0.04)',
'&$disabled': {
backgroundColor: 'rgba(0, 0, 0, 0.04)',
},
},
},
},
player: {
theme: 'light',
},
}