File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
core/src/components/datetime Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070// default round clear button style
7171.calendar-month-year-toggle {
7272 @include globals .border-radius (globals .$ion-border-radius-full );
73- @include globals .typography (globals .$ion-body-action-lg );
73+ @include globals .typography (globals .$ion-body-action-md );
7474 @include globals .padding (globals .$ion-space-200 , globals .$ion-space-400 );
7575
7676 min-width : globals .$ion-scale-1600 ;
117117// -----------------------------------
118118
119119.calendar-days-of-week {
120- @include globals .typography (globals .$ion-overline-medium );
120+ @include globals .typography (globals .$ion-body-action-sm );
121121
122122 align-content : center ;
123123
183183}
184184
185185:host .datetime-time .time-header {
186- @include globals .typography (globals .$ion-body-action-lg );
186+ @include globals .typography (globals .$ion-body-action-md );
187187
188188 color : globals .$ion-primitives-neutral-800 ;
189189}
212212}
213213
214214:host .datetime-buttons ion-buttons ion-button {
215- @include globals .typography (globals .$ion-body-action-lg );
215+ @include globals .typography (globals .$ion-body-action-md );
216216
217217 min-height : globals .$ion-space-1200 ;
218218}
You can’t perform that action at this time.
0 commit comments