mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +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: {
|
||||
color: '#f8f8f2',
|
||||
backgroundColor: '#3b3a32',
|
||||
MuiSnackbarContent: {
|
||||
root: {
|
||||
color: '#f8f8f2',
|
||||
backgroundColor: '#f92672',
|
||||
},
|
||||
message: {
|
||||
color: '#f8f8f2',
|
||||
backgroundColor: '#f92672',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
MuiButton: {
|
||||
|
@ -63,12 +73,6 @@ export default {
|
|||
background: '#3b3a32 !important',
|
||||
},
|
||||
},
|
||||
MuiSnackbarContent: {
|
||||
message: {
|
||||
color: '#f8f8f2',
|
||||
backgroundColor: '#f92672',
|
||||
},
|
||||
},
|
||||
NDLogin: {
|
||||
systemNameLink: {
|
||||
color: '#66d9ef',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue