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:
vlfldr 2023-02-01 13:33:55 -05:00 committed by GitHub
parent f00e6117ff
commit a1a5b2fc30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -47,4 +47,8 @@ module.exports = `
color: #ebdbb2
}
.MuiCheckbox-colorSecondary.Mui-checked {
color: #458588 !important
}
`

View file

@ -32,7 +32,7 @@ export default {
},
MuiButton: {
textPrimary: {
color: '#8ec07c',
color: '#458588',
},
textSecondary: {
color: '#ebdbb2',