[fix] removed added calendars old naming convention (#567)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-02-25 15:50:43 +01:00
committed by GitHub
parent 8c3fa4bc1b
commit 67898fa218
20 changed files with 198 additions and 67 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import { useAppDispatch, useAppSelector } from "@/app/hooks";
import { AppDispatch } from "@/app/store";
import { defaultColors } from "@/utils/defaultColors";
import { browserDefaultTimeZone } from "@/utils/timezone";
import {
Box,
@@ -239,7 +240,7 @@ function ResultItem({
<SquareRoundedIcon
style={{
color: calendarColor ?? "#3788D8",
color: calendarColor ?? defaultColors[0].light,
width: 24,
height: 24,
flexShrink: 0,