twinssbc / Ionic2-Calendar

A calendar component based on Ionic framework
https://ionic-calendar-demo.stackblitz.io
MIT License
387 stars 197 forks source link

monthview-primary-with-event does not do anything #605

Closed JanDa-ma closed 3 years ago

JanDa-ma commented 3 years ago

When I change the background-color of .monthview-primary-with-event it doesn't change anything when I put it into global.sccs:

.monthview-primary-with-event  {
  background-color: black !important;
}

The monthview-selected works fine. image