From 9f5cb09534a9bedf9cc47f4d8e2e071d13e13321 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Tue, 11 Jan 2022 17:34:28 +0200 Subject: [PATCH] fallback color for ignored hint --- apps/red-ui/src/app/state/app-state.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/state/app-state.service.ts b/apps/red-ui/src/app/state/app-state.service.ts index f91ec9212..42f1d8861 100644 --- a/apps/red-ui/src/app/state/app-state.service.ts +++ b/apps/red-ui/src/app/state/app-state.service.ts @@ -178,7 +178,7 @@ export class AppStateService { dictionaryData['ignored-hint'] = new Dictionary( { - hexColor: colors.ignoredHintColor, + hexColor: colors.ignoredHintColor || FALLBACK_COLOR, type: 'ignored-hint', }, true,