Skip to content

Commit

Permalink
fix: font-site bug ion ec-calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Ruoff committed Sep 6, 2019
1 parent 357798d commit a43c887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/style/scss/ec-calendar/_ec-calendar-weekdays.scss
Expand Up @@ -8,7 +8,7 @@
padding: 0;
margin: 0;
@include inject-style($ec-calendar-weekdays-style);
font-size: array-magic($ec-calendar-weekdays-size, xem);
font-size: em($ec-calendar-weekdays-size);
line-height: rem($btn-min-height);
font-weight: $ec-calendar-weekdays-weight;
color: $ec-calendar-weekdays-color;
Expand Down

0 comments on commit a43c887

Please sign in to comment.