fix(ui): fix color of MuiIconButton in Gruvbox Dark theme (#4585)
* Fixed color of MuiIconButton in gruvboxDark.js * Update ui/src/themes/gruvboxDark.js Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cce11c5416
commit
465846c1bc
@@ -40,6 +40,11 @@ export default {
|
|||||||
color: '#ebdbb2',
|
color: '#ebdbb2',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
MuiIconButton: {
|
||||||
|
root: {
|
||||||
|
color: '#ebdbb2',
|
||||||
|
},
|
||||||
|
},
|
||||||
MuiChip: {
|
MuiChip: {
|
||||||
clickable: {
|
clickable: {
|
||||||
background: '#49483e',
|
background: '#49483e',
|
||||||
|
|||||||
Reference in New Issue
Block a user