Skip to content

Commit

Permalink
feat: make event color optional (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine authored and mattlewis92 committed Mar 27, 2018
1 parent 721bf70 commit 1a41348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface CalendarEvent<MetaType = any> {
start: Date;
end?: Date;
title: string;
color: EventColor;
color?: EventColor;
actions?: EventAction[];
allDay?: boolean;
cssClass?: string;
Expand Down

0 comments on commit 1a41348

Please sign in to comment.