diff --git a/ui/src/themes/monokai.js b/ui/src/themes/monokai.js index f19a2d73b..b80440297 100644 --- a/ui/src/themes/monokai.js +++ b/ui/src/themes/monokai.js @@ -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',