ux: download button icon color

This commit is contained in:
leo 2024-10-14 17:18:40 +08:00
parent 010eb65edb
commit 207bcf0fbf
No known key found for this signature in database

View file

@ -74,7 +74,7 @@
HorizontalContentAlignment="Center"
VerticalContentAlignment="Center">
<StackPanel Orientation="Horizontal">
<Path Width="12" Height="12" Data="{StaticResource Icons.Pull}"/>
<Path Width="12" Height="12" Data="{StaticResource Icons.Pull}" Fill="White"/>
<TextBlock Text="{DynamicResource Text.SelfUpdate.GotoDownload}" Margin="8,0,0,0"/>
</StackPanel>
</Button>