We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f84492 commit f1bd698Copy full SHA for f1bd698
apps/frontend/src/components/questionnaire/calendar/EntryCalendar.tsx
@@ -76,7 +76,8 @@ export function EntryCalendar({
76
end: getDateFromTimeAndWeekday(endedAt, weekday),
77
title: carer.name,
78
extendedProps: { entryLanguages },
79
- backgroundColor: theme.colors[theme.primaryColor][4],
+ backgroundColor: carer.color ?? theme.colors[theme.primaryColor][4],
80
+ borderColor: carer.color ?? theme.colors[theme.primaryColor][4],
81
})) ?? []
82
);
83
}
0 commit comments