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"/>