Merge pull request #3200 from nextcloud/design/month-view-dot

Increase size of dot on timed events in month view for visibility
This commit is contained in:
Christoph Wurst 2021-06-14 09:47:13 +02:00 committed by GitHub
commit 58d3743c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
--fc-neutral-text-color: var(--color-text-lighter) !important;
--fc-border-color: var(--color-border) !important;
--fc-daygrid-event-dot-width: 10px !important;
--fc-event-bg-color: var(--color-primary);
--fc-event-border-color: var(--color-primary-text);
--fc-event-text-color: var(--color-primary-text);