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?
Hi Daniel,
Set background and foreground of DatePicker to esri colors:
Background="{DynamicResource Esri_TextStyleDisabledBrush}" Foreground="{DynamicResource Esri_TextSelectionHighlightBrush}"
I copied code from my progress dialog, but you can find right values here:
http://esri.github.io/arcgis-pro-sdk/content/brushescolors/brushes.html