From 418ec547d08925e7888f311873c39b6c5db140b7 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Wed, 19 Jun 2024 14:35:20 +0200 Subject: [PATCH] feat: change default accent color --- src/app/features/work-context/work-context.const.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/features/work-context/work-context.const.ts b/src/app/features/work-context/work-context.const.ts index 68c1fc87ab9..5512e55e33c 100644 --- a/src/app/features/work-context/work-context.const.ts +++ b/src/app/features/work-context/work-context.const.ts @@ -22,6 +22,7 @@ export const WORK_CONTEXT_DEFAULT_THEME: WorkContextThemeCfg = { primary: DEFAULT_TAG_COLOR, huePrimary: '500', accent: '#ff4081', + // accent: 'rgb(180,14,225)', hueAccent: '500', warn: '#e11826', hueWarn: '500',