coachcare / npm-datepicker

Material Datepicker Fork with TimePicker by CoachCare
MIT License
32 stars 18 forks source link

Incorrect colon size #12

Closed Enngage closed 6 years ago

Enngage commented 6 years ago

The colon size (between hours & minutes) is quite large as it inherits 32px:

bb I can fix this with:

.mat-calendar-header-time-hour {
    font-size: 12px!important;
}
matheo commented 6 years ago

@Enngage seems lilke a conflict between the styles of your button with the datepicker-controls. The 12 28 needs to be bigger there, so I added the complete SCSS path to avoid conflicts with the styles of the app.

Try 0.9.5 please ;)

matheo commented 6 years ago

@Enngage did it work?