Skip to content

Commit 340c060

Browse files
committed
fix(datetime): max font for ios scaling
1 parent 9c28450 commit 340c060

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/src/components/datetime/datetime.ios.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
@include margin(10px, 8px, 10px, 0);
5555
}
5656

57+
// These styles are copied from buttons.ios.scss
58+
:host ion-button {
59+
font-size: dynamic-font-clamp(1, 17px, 1.24);
60+
font-weight: 400;
61+
}
62+
5763
:host .calendar-action-buttons .calendar-month-year-toggle ion-icon,
5864
:host .calendar-action-buttons ion-button {
5965
color: current-color(base);

0 commit comments

Comments
 (0)