[#643] changed default dark color to white (#645)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-03-16 10:39:58 +01:00
committed by GitHub
parent c16e59c7fa
commit 314f1985b9
@@ -79,7 +79,7 @@ export const getCalendarsListAsync = createAsyncThunk<
const color = cal["apple:color"] const color = cal["apple:color"]
? { ? {
light: cal["apple:color"], light: cal["apple:color"],
dark: defaultColors[0].dark, dark: "#fff",
} }
: defaultColors[0]; : defaultColors[0];