From b4a635672488ed8d2f3e43dfe5fc28af2d5c0f8f Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 1 Dec 2025 14:08:24 +0200 Subject: [PATCH] style/calendar collection/list view: fix dot colors --- apps/client/src/widgets/collections/calendar/index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/client/src/widgets/collections/calendar/index.css b/apps/client/src/widgets/collections/calendar/index.css index c75ecf54c..770e57dea 100644 --- a/apps/client/src/widgets/collections/calendar/index.css +++ b/apps/client/src/widgets/collections/calendar/index.css @@ -170,4 +170,11 @@ body.desktop:not(.zen) .calendar-view .calendar-header { display: none; } +/* List view */ + +.fc-list-table .fc-list-event-dot { + /* Apply note colors to the list item dots */ + --fc-event-border-color: var(--custom-color); +} + /* #endregion */ \ No newline at end of file