mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-19 13:27:42 +03:00
fix: increase contrast in WebUI's dark theme
This commit is contained in:
parent
9235ab6414
commit
10e76257c6
@ -2,6 +2,9 @@ import blue from '@material-ui/core/colors/blue'
|
||||
|
||||
export const DarkTheme = {
|
||||
palette: {
|
||||
primary: {
|
||||
main: '#90caf9'
|
||||
},
|
||||
secondary: blue,
|
||||
type: 'dark'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user