Skip to content

Commit

Permalink
Fixes a coloring glitch with the Monokai theme "unauthorized" popup (#…
Browse files Browse the repository at this point in the history
…1670)

* Fixes the coloring on the Monokai theme auth popup

* Indentation fix
  • Loading branch information
chief8192 committed Mar 27, 2022
1 parent e7cf74d commit 5987cd0
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions ui/src/themes/monokai.js
Expand Up @@ -18,6 +18,16 @@ export default {
root: {
color: '#f8f8f2',
backgroundColor: '#3b3a32',
MuiSnackbarContent: {
root: {
color: '#f8f8f2',
backgroundColor: '#f92672',
},
message: {
color: '#f8f8f2',
backgroundColor: '#f92672',
},
},
},
},
MuiButton: {
Expand Down Expand Up @@ -63,12 +73,6 @@ export default {
background: '#3b3a32 !important',
},
},
MuiSnackbarContent: {
message: {
color: '#f8f8f2',
backgroundColor: '#f92672',
},
},
NDLogin: {
systemNameLink: {
color: '#66d9ef',
Expand Down

0 comments on commit 5987cd0

Please sign in to comment.