What is the best way to customize the style of npm mydatepicker? Here is the code I have been using:
<my-date-picker [options]="myDatePickerOptions" (dateChanged)="onDateChanged($event)"></my-date-picker>
Is it possible to modify its background color and dimensions?