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:
Matt Doyle 2022-03-26 22:41:29 -04:00 committed by GitHub
parent e7cf74d863
commit 5987cd0c08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',