From 5987cd0c08d7fbde236e796dc52f8e5654086d7f Mon Sep 17 00:00:00 2001 From: Matt Doyle <1092786+chief8192@users.noreply.github.com> Date: Sat, 26 Mar 2022 22:41:29 -0400 Subject: [PATCH] Fixes a coloring glitch with the Monokai theme "unauthorized" popup (#1670) * Fixes the coloring on the Monokai theme auth popup * Indentation fix --- ui/src/themes/monokai.js | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/ui/src/themes/monokai.js b/ui/src/themes/monokai.js index f19a2d73bdb..b8044029772 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',