mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-06 02:13:29 +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 = {
|
export const DarkTheme = {
|
||||||
palette: {
|
palette: {
|
||||||
|
primary: {
|
||||||
|
main: '#90caf9'
|
||||||
|
},
|
||||||
secondary: blue,
|
secondary: blue,
|
||||||
type: 'dark'
|
type: 'dark'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user