From 6965205824ca5254035009a4aff664eb065f739e Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Wed, 20 Mar 2024 21:11:01 -0400 Subject: [PATCH] chore: use theme for rendering datetime --- core/src/components/datetime/datetime.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/datetime/datetime.tsx b/core/src/components/datetime/datetime.tsx index 10062e77e6..a051707098 100644 --- a/core/src/components/datetime/datetime.tsx +++ b/core/src/components/datetime/datetime.tsx @@ -2640,7 +2640,7 @@ export class Datetime implements ComponentInterface { otherwise the IO callback may fire at unexpected times. */}
(this.intersectionTrackerRef = el)}>
- {this.renderDatetime(mode)} + {this.renderDatetime(theme)} ); }