Is there a default dynamic resource I can set on a DatePicker so it styles correctly in dark mode? For example, I can use this for a TextBlock and it automatically changes to dark mode styling in dark mode:
Style="{DynamicResource RegularText}"
Is there something similar for a DatePicker?