mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix invisible checkboxes in Gruvbox theme (#2135)
* Added Gruvbox Dark color theme * Correct formatting by running prettier * Fixed invisible checkboxes and tweaked colors in Gruvbox theme
This commit is contained in:
parent
f00e6117ff
commit
a1a5b2fc30
2 changed files with 5 additions and 1 deletions
|
@ -47,4 +47,8 @@ module.exports = `
|
|||
color: #ebdbb2
|
||||
}
|
||||
|
||||
.MuiCheckbox-colorSecondary.Mui-checked {
|
||||
color: #458588 !important
|
||||
}
|
||||
|
||||
`
|
||||
|
|
|
@ -32,7 +32,7 @@ export default {
|
|||
},
|
||||
MuiButton: {
|
||||
textPrimary: {
|
||||
color: '#8ec07c',
|
||||
color: '#458588',
|
||||
},
|
||||
textSecondary: {
|
||||
color: '#ebdbb2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue