Updated privacy policy links for theming (#1149)

This commit is contained in:
Vincent Salucci 2020-11-13 14:00:01 -06:00 committed by GitHub
parent 2d280bd995
commit edab722a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 2 deletions

View File

@ -137,7 +137,7 @@
<FormattedString>
<Span Text="{u:I18n AcceptPolicies}" />
<Span Text="{u:I18n TermsOfService}"
TextColor="Blue">
TextColor="{StaticResource HyperlinkColor}">
<Span.GestureRecognizers>
<TapGestureRecognizer Command="{Binding PoliciesClickCommand}"
CommandParameter="https://bitwarden.com/terms/" />
@ -145,7 +145,7 @@
</Span>
<Span Text=", " />
<Span Text="{u:I18n PrivacyPolicy}"
TextColor="Blue">
TextColor="{StaticResource HyperlinkColor}">
<Span.GestureRecognizers>
<TapGestureRecognizer Command="{Binding PoliciesClickCommand}"
CommandParameter="https://bitwarden.com/privacy/" />

View File

@ -51,4 +51,6 @@
<Color x:Key="NavigationBarBackgroundColor">#000000</Color>
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
<Color x:Key="HyperlinkColor">#52bdfb</Color>
</ResourceDictionary>

View File

@ -51,4 +51,6 @@
<Color x:Key="NavigationBarBackgroundColor">#212121</Color>
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
<Color x:Key="HyperlinkColor">#52bdfb</Color>
</ResourceDictionary>

View File

@ -51,4 +51,6 @@
<Color x:Key="NavigationBarBackgroundColor">#175DDC</Color>
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
<Color x:Key="HyperlinkColor">#175DDC</Color>
</ResourceDictionary>

View File

@ -51,4 +51,6 @@
<Color x:Key="NavigationBarBackgroundColor">#2e3440</Color>
<Color x:Key="NavigationBarTextColor">#e5e9f0</Color>
<Color x:Key="HyperlinkColor">#81a1c1</Color>
</ResourceDictionary>