ux: use SystemAccentColor and SystemListLowColor

This commit is contained in:
leo 2024-05-21 10:54:19 +08:00
parent 8fea9fecfb
commit 2e58da7c2a
6 changed files with 21 additions and 28 deletions

View file

@ -321,7 +321,7 @@
<ProgressBar Margin="0,8,0,0"
HorizontalAlignment="Stretch"
IsIndeterminate="True"
Background="{DynamicResource Brush.FG2}" Foreground="{DynamicResource Brush.Accent1}"
Background="{DynamicResource Brush.FG2}" Foreground="{DynamicResource Brush.Accent}"
Minimum="0" Maximum="100"/>
</StackPanel>
</StackPanel>