ux: update Icons.Commit

This commit is contained in:
leo 2024-12-12 17:14:04 +08:00
parent 27afe1871f
commit c4c7bef93c
No known key found for this signature in database
16 changed files with 20 additions and 17 deletions

View file

@ -185,7 +185,7 @@
<DataTemplate DataType="m:Commit">
<StackPanel Orientation="Horizontal">
<Path Width="12" Height="12" Margin="0,6,0,0" Data="{StaticResource Icons.Commit}"/>
<Path Width="12" Height="12" Data="{StaticResource Icons.Commit}"/>
<v:CommitRefsPresenter Margin="8,0,0,0"
TagBackground="{DynamicResource Brush.DecoratorTag}"
Foreground="{DynamicResource Brush.FG1}"