Skip to content

Commit f1bd698

Browse files
committed
chore: restore lost code form merging
1 parent 6f84492 commit f1bd698

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/frontend/src/components/questionnaire/calendar/EntryCalendar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ export function EntryCalendar({
7676
end: getDateFromTimeAndWeekday(endedAt, weekday),
7777
title: carer.name,
7878
extendedProps: { entryLanguages },
79-
backgroundColor: theme.colors[theme.primaryColor][4],
79+
backgroundColor: carer.color ?? theme.colors[theme.primaryColor][4],
80+
borderColor: carer.color ?? theme.colors[theme.primaryColor][4],
8081
})) ?? []
8182
);
8283
}

0 commit comments

Comments
 (0)