togger icon indicating copy to clipboard operation
togger copied to clipboard

fix(colors): wrong displayed color on dayGridMonth and listWeek

Open jb-delafosse opened this issue 4 years ago • 2 comments

It seems the border-color of the dot on these views remain blue. The direct consequence is that it hides the updated (e.g. green or orange) background color for the dot.

Before Fix: image

The dot is supposed to be Orange or Green After fix:

image

In my opinion, that it would be best if the default color for an event was red instead of grey. Also note that i'm not a frontend dev, so it might not be the best way to do this.

jb-delafosse avatar Dec 13 '20 15:12 jb-delafosse

Sounds like this is an issue of fullcalendar, not togger

Virusmater avatar Dec 23 '20 01:12 Virusmater

I'm not really confortable with frontend :sweat_smile: I took the implementation from the doc so i'm not sure they are planning to change it : https://fullcalendar.io/docs/list-view

jb-delafosse avatar Dec 23 '20 18:12 jb-delafosse