From 0396b6474f1a3c6387787cf7b859cb42670273b4 Mon Sep 17 00:00:00 2001 From: natib21 Date: Tue, 14 Jul 2026 07:30:09 +0000 Subject: [PATCH] fix ui --- apps/edr-freight-web/backoffice/index.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/edr-freight-web/backoffice/index.css b/apps/edr-freight-web/backoffice/index.css index f9042e3ce..b0fa222de 100644 --- a/apps/edr-freight-web/backoffice/index.css +++ b/apps/edr-freight-web/backoffice/index.css @@ -41,6 +41,17 @@ --color-primary-950: #022c22; } +/* Main brand color for the vendored IAM UI (user-management). The shadcn + `primary` token drives bg-primary / text-primary / border-primary (1600+ + usages there). Un-layered, so it wins over the layer(theme) defaults from + @edr/ui-common (light: oklch green, dark: #0d5c2c). Same value in both + modes so the brand doesn't shift when toggling. */ +:root, +.dark { + --primary: #0EA371; + --primary-foreground: #ffffff; +} + :root { --freight-brand: #1B9E7A; --freight-brand-dark: #15805F;