From 3e1fa20413323ab73d5ffaed3255a2981e5c29ca Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Sat, 29 Jun 2024 22:50:33 +0000 Subject: [PATCH] fix background color for nord theme (#3124) --- ui/src/themes/nord.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/themes/nord.js b/ui/src/themes/nord.js index e1f064bb0..b4581168b 100644 --- a/ui/src/themes/nord.js +++ b/ui/src/themes/nord.js @@ -338,6 +338,7 @@ export default { content: { padding: '0 !important', background: '#3B4252', + backgroundColor: 'rgb(59, 66, 82)', }, root: { backgroundColor: '#2E3440',