Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the color of the dropdown arrow in weird themes (#13871)
See also: https://github.com/microsoft/microsoft-ui-xaml/blob/33732458ede38166f9127675898e4760c82b89bb/dev/SplitButton/SplitButton.xaml#L290-L293 We need to * Also set `SplitButtonForegroundSecondary` cause SplitButton's use that resource separately from the `Foreground()` property * Manually trigger the visual state change, to refresh the brushes. We do something similar in TabBase This is one of the bullet points in #13725
- Loading branch information