This commit is contained in:
natib21
2026-07-14 07:30:09 +00:00
parent 359d1091f7
commit 0396b6474f

View File

@@ -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;