I am trying to use the infoButton to create a "tooltip" for the TextBlock on my ProWindow but the foreground on the infoButton keep white when I access in darkmode, how do I turn the background black:
<controls:InfoButton x:Name="Info" Header="{Binding InfoHeader}"
Description="{Binding InfoText}" Style="{DynamicResource InfoButtonStyle}"
Background="{DynamicResource Info_Button_Brush_Text}"/>
Background="{DynamicResource Info_Button_Brush_Text}" --> that only changes the color of the information ico
What is happening:
What I want:
Any idea? @UmaHarano @Wolf
I see this issue also. Thanks for reporting this. I will post an update when this gets addressed.
Thanks!
Uma