diff --git a/code/core/src/manager/utils/status.tsx b/code/core/src/manager/utils/status.tsx index 421f79720801..bb7ad59dce1a 100644 --- a/code/core/src/manager/utils/status.tsx +++ b/code/core/src/manager/utils/status.tsx @@ -45,13 +45,13 @@ export const statusMapping: Record , - '#A15C20', + 'var(--status-value-color-warning, #A15C20)', ], ['status-value:error']: [ , - 'brown', + 'var(--status-value-color-error, brown)', ], };