Describe the bug
Custom css classes via cssClass work everywhere except if you create an all-day event in a day-view.
Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/angular-15euhv?file=demo/component.ts
<mwl-calendar-day-view>cssClass: 'my-custom-event'.my-custom-event .cal-event { background-color: #FFF; } to the global scss fileScreenshots
Versions
@angular/core: 6.1.0angular-calendar: 0.26.1Good catch! Would you like to make a pull request with the fix? You need to add [ngClass]="event.cssClass" under this line. Let me know if you need any more info 馃槃
Released in 0.26.2, thanks for your contribution! 馃帀
Most helpful comment
Released in
0.26.2, thanks for your contribution! 馃帀