How can I change the default purple of the current day? All other dates are possible to change.
In my XAML I use
``
<Color x:Key="SfCalendarDateSelectionColor">#f4bb29</Color>
# (<< dark yellow)
``
And this works if I choose any other date (see screenshot). But if I select today, the circle is purple.
Thanks!