diff --git a/src/features/Calendars/services/getCalendarsListAsync.ts b/src/features/Calendars/services/getCalendarsListAsync.ts index 3e6fe2d..bbf1eaa 100644 --- a/src/features/Calendars/services/getCalendarsListAsync.ts +++ b/src/features/Calendars/services/getCalendarsListAsync.ts @@ -79,7 +79,7 @@ export const getCalendarsListAsync = createAsyncThunk< const color = cal["apple:color"] ? { light: cal["apple:color"], - dark: defaultColors[0].dark, + dark: "#fff", } : defaultColors[0];