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

Commit a20689b

Browse files
committed
Don't hardcode fontsizes for buttons
1 parent 34a37af commit a20689b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GitHub.VisualStudio/Styles/Buttons.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<Setter Property="BorderBrush" Value="{DynamicResource GitHubButtonBorderBrush}" />
99
<Setter Property="Foreground" Value="{DynamicResource GitHubButtonForegroundBrush}" />
1010
<Setter Property="FontFamily" Value="{DynamicResource GitHubFontFamilyNormal}" />
11-
<Setter Property="FontSize" Value="12" />
1211
<Setter Property="Padding" Value="12,5" />
1312
<Setter Property="Margin" Value="0" />
1413
<Setter Property="MinWidth" Value="76" />
@@ -97,7 +96,6 @@
9796
<Setter Property="BorderBrush" Value="{DynamicResource GitHubPrimaryButtonBorderBrush}" />
9897
<Setter Property="Foreground" Value="{DynamicResource GitHubPrimaryButtonForegroundBrush}" />
9998
<Setter Property="FontFamily" Value="{DynamicResource GitHubFontFamilyNormal}" />
100-
<Setter Property="FontSize" Value="12" />
10199
<Setter Property="Padding" Value="12,5" />
102100
<Setter Property="Margin" Value="0" />
103101
<Setter Property="MinWidth" Value="76" />

0 commit comments

Comments
 (0)