Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a65fb70

Browse files
committed
Set font weight to bold on primary action button
1 parent 3e005a7 commit a65fb70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.VisualStudio/Styles/Buttons.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
<Setter Property="BorderBrush" Value="{DynamicResource GitHubPrimaryButtonBorderBrush}" />
9797
<Setter Property="Foreground" Value="{DynamicResource GitHubPrimaryButtonForegroundBrush}" />
9898
<Setter Property="FontFamily" Value="{DynamicResource GitHubFontFamilyNormal}" />
99+
<Setter Property="FontWeight" Value="Bold" />
99100
<Setter Property="Padding" Value="12,5" />
100101
<Setter Property="Margin" Value="0" />
101102
<Setter Property="MinWidth" Value="76" />

0 commit comments

Comments
 (0)