From f0e35b256311366f3de144d50f9281106941214f Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 27 Sep 2024 22:44:57 +0800 Subject: [PATCH] ux: style for commit search box and invisible commit button --- src/Views/Repository.axaml | 2 +- src/Views/WorkingCopy.axaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Views/Repository.axaml b/src/Views/Repository.axaml index 3ed53102..2ed9d8f8 100644 --- a/src/Views/Repository.axaml +++ b/src/Views/Repository.axaml @@ -348,7 +348,7 @@ BorderThickness="1" BorderBrush="{DynamicResource Brush.Border2}" Background="{DynamicResource Brush.Contents}" - CornerRadius="4" + CornerRadius="12" Watermark="{DynamicResource Text.Repository.Search}" Text="{Binding SearchCommitFilter, Mode=TwoWay}" VerticalContentAlignment="Center" diff --git a/src/Views/WorkingCopy.axaml b/src/Views/WorkingCopy.axaml index f105f7fc..ac316152 100644 --- a/src/Views/WorkingCopy.axaml +++ b/src/Views/WorkingCopy.axaml @@ -177,7 +177,7 @@ - +