From e80a34e6a1ec3734198bad783072e3f9bff93860 Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 7 Aug 2021 21:38:34 +0800 Subject: [PATCH] style: commit button style change --- src/Views/Widgets/WorkingCopy.xaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Views/Widgets/WorkingCopy.xaml b/src/Views/Widgets/WorkingCopy.xaml index 8c1161aa..36be9210 100644 --- a/src/Views/Widgets/WorkingCopy.xaml +++ b/src/Views/Widgets/WorkingCopy.xaml @@ -233,6 +233,8 @@ Height="26" Padding="8,0" Click="Commit" + FontFamily="Microsoft YaHei UI" + FontWeight="Bold" Background="{DynamicResource Brush.Accent1}" BorderBrush="{DynamicResource Brush.FG1}" Content="{DynamicResource Text.WorkingCopy.Commit}"/> @@ -243,6 +245,8 @@ Height="26" Padding="8,0" Click="CommitAndPush" + FontFamily="Microsoft YaHei UI" + FontWeight="Bold" Content="{DynamicResource Text.WorkingCopy.CommitAndPush}" Margin="8,0,0,0"/>