fix: increase contrast in WebUI's dark theme
This commit is contained in:
parent
9235ab6414
commit
10e76257c6
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ import blue from '@material-ui/core/colors/blue'
|
|||
|
||||
export const DarkTheme = {
|
||||
palette: {
|
||||
primary: {
|
||||
main: '#90caf9'
|
||||
},
|
||||
secondary: blue,
|
||||
type: 'dark'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue