Skip to content

Commit

Permalink
Changed button color for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
AJLeuer committed Jan 21, 2022
1 parent 64f95df commit fe5b42f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GHelper/GHelper (Package)/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="GHelper"
Publisher="CN=Adam J Leuer, O=Adam J Leuer, L=West Chicago, S=Illinois, C=US"
Version="1.1.1.0" />
Version="1.2.0.0" />

<Properties>
<DisplayName>GHelper (Package)</DisplayName>
Expand Down
3 changes: 2 additions & 1 deletion GHelper/GHelper/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@
<Setter Property="Spacing" Value="24"></Setter>
<Setter Property="HorizontalAlignment" Value="Left"/>
</Style>
<SolidColorBrush x:Key="StandardButtonBackgroundColorBrush" Color="DimGray"/>
<!-- ReSharper disable once Xaml.StaticResourceNotResolved -->
<Style x:Key="StandardButtonStyle" TargetType="Button" BasedOn="{StaticResource ButtonRevealStyle}">
<Setter Property="Background" Value="{ThemeResource AcrylicInAppFillColorDefaultBrush}"></Setter>
<Setter Property="Background" Value="{StaticResource StandardButtonBackgroundColorBrush}"></Setter>
</Style>
<SolidColorBrush x:Key="SystemAccentColorBrush" Color="{StaticResource SystemAccentColor}"/>

Expand Down

0 comments on commit fe5b42f

Please sign in to comment.