mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(datetime): reduce time presentation min height (#23771)
resolves #23690
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
--background: var(--ion-color-light, #ffffff);
|
||||
--background-rgb: var(--ion-color-light-rgb);
|
||||
--title-color: #{$text-color-step-400};
|
||||
}
|
||||
|
||||
:host(:not(.datetime-presentation-time)) {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user