Skip to content

Commit bd85b41

Browse files
committed
ux: clear histories filter button style
Signed-off-by: leo <[email protected]>
1 parent 5861482 commit bd85b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/Repository.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@
611611
</ItemsControl.ItemTemplate>
612612
</ItemsControl>
613613

614-
<Button Grid.Column="2" Classes="icon_button" Command="{Binding ClearHistoriesFilter}">
615-
<TextBlock Margin="16,0,8,0" Text="{DynamicResource Text.Repository.ClearAllCommitsFilter}" Foreground="{DynamicResource Brush.Accent}"/>
614+
<Button Grid.Column="2" Classes="icon_button" Command="{Binding ClearHistoriesFilter}" ToolTip.Tip="{DynamicResource Text.Repository.ClearAllCommitsFilter}">
615+
<Path Width="14" Height="14" Margin="16,0,8,0" Data="{StaticResource Icons.RemoveAll}"/>
616616
</Button>
617617
</Grid>
618618
</Border>

0 commit comments

Comments
 (0)