mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Fixes a coloring glitch with the Monokai theme "unauthorized" popup (#1670)
* Fixes the coloring on the Monokai theme auth popup * Indentation fix
This commit is contained in:
parent
e7cf74d863
commit
5987cd0c08
1 changed files with 10 additions and 6 deletions
|
@ -18,6 +18,16 @@ export default {
|
||||||
root: {
|
root: {
|
||||||
color: '#f8f8f2',
|
color: '#f8f8f2',
|
||||||
backgroundColor: '#3b3a32',
|
backgroundColor: '#3b3a32',
|
||||||
|
MuiSnackbarContent: {
|
||||||
|
root: {
|
||||||
|
color: '#f8f8f2',
|
||||||
|
backgroundColor: '#f92672',
|
||||||
|
},
|
||||||
|
message: {
|
||||||
|
color: '#f8f8f2',
|
||||||
|
backgroundColor: '#f92672',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiButton: {
|
MuiButton: {
|
||||||
|
@ -63,12 +73,6 @@ export default {
|
||||||
background: '#3b3a32 !important',
|
background: '#3b3a32 !important',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiSnackbarContent: {
|
|
||||||
message: {
|
|
||||||
color: '#f8f8f2',
|
|
||||||
backgroundColor: '#f92672',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
NDLogin: {
|
NDLogin: {
|
||||||
systemNameLink: {
|
systemNameLink: {
|
||||||
color: '#66d9ef',
|
color: '#66d9ef',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue