Currently, I'm using these AppThemeColors.
<AppThemeColor x:Key="PrimaryColor"
Light="Teal"
Dark="Indigo"/>
<AppThemeColor x:Key="SecondaryColor"
Light="White"
Dark="Black"/>
How can I change the color of the SearchBar icon and underline using these AppThemeColors?