We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7cc0a commit f0b61dfCopy full SHA for f0b61df
core/src/components/datetime/datetime.ionic.scss
@@ -104,7 +104,7 @@
104
--background-activated: #{globals.$ion-primitives-neutral-200};
105
--background-hover: #{globals.$ion-primitives-neutral-200};
106
--background-hover-opacity: 1;
107
- min-height: 40px;
+ min-height: globals.$ion-scale-1000;
108
}
109
110
// TODO(ROU-11119): Rewrite this when we replace the ion-button with a native button
@@ -182,7 +182,7 @@
182
color: globals.$ion-text-subtlest;
183
184
185
-// Pressed Adjacent Day
+// Pressed Adjacent Day
186
.calendar-day.calendar-day-adjacent-day:active {
187
background: globals.$ion-bg-primary-base-press;
188
0 commit comments