Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing color key from events: CalendarEvent[] #468

Closed
AnkitaNN opened this issue Feb 28, 2018 · 4 comments
Closed

Removing color key from events: CalendarEvent[] #468

AnkitaNN opened this issue Feb 28, 2018 · 4 comments
Assignees

Comments

@AnkitaNN
Copy link

AnkitaNN commented Feb 28, 2018

In events: CalendarEvent[] we have colors,start,end,title,etc but I don't want colors in the keys. Is it possible to do so?

@mattlewis92
Copy link
Owner

The color property is required as without it events wouldn't display as they would be transparant.

@etwillbefine
Copy link
Collaborator

What about a default color which fits to the current theme (eg: blue/green from calendar header) as mentioned here #460 (comment).

I'm also happy to do these changes if its desired.

@mattlewis92
Copy link
Owner

@etwillbefine yeah sure I'm open to this, I think it should be as simple as adding some additional css to the sass files with some default colors and then making the color property optional in the CalendarEvent. Would you be so kind as to send a PR? 😄

@etwillbefine
Copy link
Collaborator

etwillbefine commented Mar 6, 2018

Sure. Might take a few days (1-5) to find some free time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants