ux: style for branch filter input box

This commit is contained in:
leo 2024-05-14 13:36:07 +08:00
parent 02e71d4d75
commit 1896586f5e

View file

@ -162,9 +162,10 @@
<!-- Filter Branches -->
<Rectangle Grid.Row="2" Height=".65" HorizontalAlignment="Stretch" VerticalAlignment="Center" Fill="{DynamicResource Brush.Border2}"/>
<TextBox Grid.Row="3"
Margin="4,2,4,0"
Margin="4,2,1,0"
Height="24"
BorderThickness="1"
CornerRadius="3"
BorderBrush="{DynamicResource Brush.Border2}"
Background="{DynamicResource Brush.Contents}"
Watermark="{DynamicResource Text.Repository.FilterBranchTip}"