From 809edf8664cdf016c34ccd9ddbd19171b708b4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ferreira?= Date: Tue, 17 Jun 2025 11:34:32 +0100 Subject: [PATCH] - fix next-prev buttons; --- core/src/components/datetime/datetime.ionic.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/datetime/datetime.ionic.scss b/core/src/components/datetime/datetime.ionic.scss index 42c828b3d7..83a117f765 100644 --- a/core/src/components/datetime/datetime.ionic.scss +++ b/core/src/components/datetime/datetime.ionic.scss @@ -104,6 +104,7 @@ --background-activated: #{globals.$ion-primitives-neutral-200}; --background-hover: #{globals.$ion-primitives-neutral-200}; --background-hover-opacity: 1; + min-height: 40px; } // TODO(ROU-11119): Rewrite this when we replace the ion-button with a native button