fix: increase contrast in WebUI's dark theme

This commit is contained in:
Deluan 2020-03-08 16:12:12 -04:00
parent 9235ab6414
commit 10e76257c6
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ import blue from '@material-ui/core/colors/blue'
export const DarkTheme = {
palette: {
primary: {
main: '#90caf9'
},
secondary: blue,
type: 'dark'
}