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

View file

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

View file

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

View file

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

View file

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