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 e827832 commit a6092d5Copy full SHA for a6092d5
apps/frontend/src/components/questionnaire/calendar/EntryCalendar.tsx
@@ -81,7 +81,8 @@ export function EntryCalendar({
81
end: getDateFromTimeAndWeekday(endedAt, weekday),
82
title: carer.name,
83
extendedProps: { entryLanguages },
84
- backgroundColor: theme.colors[theme.primaryColor][4],
+ backgroundColor: carer.color ?? theme.colors[theme.primaryColor][4],
85
+ borderColor: carer.color ?? theme.colors[theme.primaryColor][4],
86
})),
87
...(gaps ?? []).flatMap((dailyGaps, index) =>
88
dailyGaps.map((gap) => ({
0 commit comments