Skip to content

Commit

Permalink
feat: change default accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Jun 19, 2024
1 parent a2accca commit 418ec54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/features/work-context/work-context.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 418ec54

Please sign in to comment.