mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-26 12:16:07 +01:00
Updated privacy policy links for theming (#1149)
This commit is contained in:
parent
2d280bd995
commit
edab722a76
@ -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/" />
|
||||
|
@ -51,4 +51,6 @@
|
||||
|
||||
<Color x:Key="NavigationBarBackgroundColor">#000000</Color>
|
||||
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
|
||||
|
||||
<Color x:Key="HyperlinkColor">#52bdfb</Color>
|
||||
</ResourceDictionary>
|
||||
|
@ -51,4 +51,6 @@
|
||||
|
||||
<Color x:Key="NavigationBarBackgroundColor">#212121</Color>
|
||||
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
|
||||
|
||||
<Color x:Key="HyperlinkColor">#52bdfb</Color>
|
||||
</ResourceDictionary>
|
||||
|
@ -51,4 +51,6 @@
|
||||
|
||||
<Color x:Key="NavigationBarBackgroundColor">#175DDC</Color>
|
||||
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
|
||||
|
||||
<Color x:Key="HyperlinkColor">#175DDC</Color>
|
||||
</ResourceDictionary>
|
||||
|
@ -51,4 +51,6 @@
|
||||
|
||||
<Color x:Key="NavigationBarBackgroundColor">#2e3440</Color>
|
||||
<Color x:Key="NavigationBarTextColor">#e5e9f0</Color>
|
||||
|
||||
<Color x:Key="HyperlinkColor">#81a1c1</Color>
|
||||
</ResourceDictionary>
|
||||
|
Loading…
Reference in New Issue
Block a user