From 9bfdc173e3768865421716584f95046eaf6a4042 Mon Sep 17 00:00:00 2001 From: zachary Date: Thu, 16 Jul 2026 16:01:33 +0100 Subject: [PATCH] make green --- apps/backend/src/config/dls/configureDLSEnvironment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/src/config/dls/configureDLSEnvironment.ts b/apps/backend/src/config/dls/configureDLSEnvironment.ts index 640993ac0a..c2179b0e0c 100644 --- a/apps/backend/src/config/dls/configureDLSEnvironment.ts +++ b/apps/backend/src/config/dls/configureDLSEnvironment.ts @@ -144,7 +144,7 @@ async function enableDefaultDLSFeatures() { async function configureDLSEnvironment() { if (isDevelopment) { - await setDLSColourTheme('#b3022b'); + await setDLSColourTheme('#519548'); } if (isStaging) { await setDLSColourTheme('#8B008B');