From d27e70dc2db6295c4da9aec6b2cb480f823e4349 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 3 Oct 2025 14:48:19 -0600 Subject: [PATCH] Darkened Fields of Assembly Editor to Match UI Elsewhere --- Data/Server/WebUI/src/Assemblies/Assembly_Editor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Server/WebUI/src/Assemblies/Assembly_Editor.jsx b/Data/Server/WebUI/src/Assemblies/Assembly_Editor.jsx index 149520c..147a2bd 100644 --- a/Data/Server/WebUI/src/Assemblies/Assembly_Editor.jsx +++ b/Data/Server/WebUI/src/Assemblies/Assembly_Editor.jsx @@ -47,7 +47,7 @@ const VARIABLE_TYPE_OPTIONS = [ ]; const BACKGROUND_COLORS = { - field: "#2A2A2A", /* Shared surface color for text fields, dropdown inputs, and script editors */ + field: "#1C1C1C", /* Shared surface color for text fields, dropdown inputs, and script editors */ sectionCard: "#2E2E2E", /* Background for section container cards */ menuSelected: "rgba(88,166,255,0.16)", /* Background for selected dropdown items */ menuSelectedHover: "rgba(88,166,255,0.24)", /* Background for hovered selected dropdown items */