mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00: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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user