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');