-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
I am using a circle button like so:
<Button
Width="50"
Height="50"
Margin="0"
Style="{DynamicResource MetroCircleButtonStyle}">
<Rectangle Width="20" Height="20">
<Rectangle.Fill>
<VisualBrush Stretch="Fill" Visual="{StaticResource appbar_arrow_right}" />
</Rectangle.Fill>
</Rectangle>
</Button>
When I change the theme everything is updating but the arrow icon. If I start with the dark theme the arrow will stay white then switching to the light theme and vice versa.
Metadata
Metadata
Assignees
Labels
No labels