mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
fix ui
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user