chore: use theme for rendering datetime

This commit is contained in:
Sean Perkins
2024-03-20 21:11:01 -04:00
parent 245a5c6f23
commit 6965205824

View File

@@ -2640,7 +2640,7 @@ export class Datetime implements ComponentInterface {
otherwise the IO callback may fire at unexpected times.
*/}
<div class="intersection-tracker" ref={(el) => (this.intersectionTrackerRef = el)}></div>
{this.renderDatetime(mode)}
{this.renderDatetime(theme)}
</Host>
);
}