Skip to content

Commit f0b61df

Browse files
- use global var for heigh;
1 parent ce7cc0a commit f0b61df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/datetime/datetime.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
--background-activated: #{globals.$ion-primitives-neutral-200};
105105
--background-hover: #{globals.$ion-primitives-neutral-200};
106106
--background-hover-opacity: 1;
107-
min-height: 40px;
107+
min-height: globals.$ion-scale-1000;
108108
}
109109

110110
// TODO(ROU-11119): Rewrite this when we replace the ion-button with a native button
@@ -182,7 +182,7 @@
182182
color: globals.$ion-text-subtlest;
183183
}
184184

185-
// Pressed Adjacent Day
185+
// Pressed Adjacent Day
186186
.calendar-day.calendar-day-adjacent-day:active {
187187
background: globals.$ion-bg-primary-base-press;
188188
}

0 commit comments

Comments
 (0)