diff --git a/core/src/components/datetime/datetime.tsx b/core/src/components/datetime/datetime.tsx
index 6db5aa1d67..6d88cd83da 100644
--- a/core/src/components/datetime/datetime.tsx
+++ b/core/src/components/datetime/datetime.tsx
@@ -2213,7 +2213,12 @@ export class Datetime implements ComponentInterface {
- this.prevMonth()} part="navigation-button previous-button">
+ this.prevMonth()}
+ part="navigation-button previous-button"
+ >
- this.nextMonth()} part="navigation-button next-button">
+ this.nextMonth()}
+ part="navigation-button next-button"
+ >
{
cIC(rICHandle);
}
- rICHandle =rIC(async () => {
+ rICHandle = rIC(async () => {
const isHybrid = isPlatform(window, 'hybrid');
if (!config.getBoolean('_testing')) {
import('../utils/tap-click').then((module) => module.startTapClick(config));