Skip to content

Commit 1896586

Browse files
committed
ux: style for branch filter input box
1 parent 02e71d4 commit 1896586

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Views/Repository.axaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,10 @@
162162
<!-- Filter Branches -->
163163
<Rectangle Grid.Row="2" Height=".65" HorizontalAlignment="Stretch" VerticalAlignment="Center" Fill="{DynamicResource Brush.Border2}"/>
164164
<TextBox Grid.Row="3"
165-
Margin="4,2,4,0"
165+
Margin="4,2,1,0"
166166
Height="24"
167167
BorderThickness="1"
168+
CornerRadius="3"
168169
BorderBrush="{DynamicResource Brush.Border2}"
169170
Background="{DynamicResource Brush.Contents}"
170171
Watermark="{DynamicResource Text.Repository.FilterBranchTip}"

0 commit comments

Comments
 (0)