ux: search box corner radius

This commit is contained in:
leo 2024-05-25 11:50:59 +08:00
parent 754a2527f5
commit 9f0ec7d60d
6 changed files with 11 additions and 7 deletions

View file

@ -470,6 +470,7 @@
BorderThickness="1"
BorderBrush="{DynamicResource Brush.Border2}"
Background="{DynamicResource Brush.Contents}"
CornerRadius="4"
Watermark="{DynamicResource Text.Repository.SearchTip}"
Text="{Binding SearchCommitFilter, Mode=TwoWay}"
VerticalContentAlignment="Center"