From 3257ea2980205bb5901d853116020d94d177f927 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:12:02 -0500 Subject: [PATCH] ui: match background to other background vals (#2652) --- frontend/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index 788427eb4..913f6a2a4 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -280,7 +280,7 @@ export default { info: process.env.THEME_DARK_INFO || "#1976d2", warning: process.env.THEME_DARK_WARNING || "#FF6D00", error: process.env.THEME_DARK_ERROR || "#EF5350", - background: "#202021", + background: "#1E1E1E", }, light: { primary: process.env.THEME_LIGHT_PRIMARY || "#E58325",