1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-08 19:43:56 +00:00

[SG-416] Updated scanner mode toggle text color to be inline with figma designs

This commit is contained in:
André Bispo
2022-07-07 17:58:39 +01:00
parent a57dc50a50
commit 8ed909eb91
6 changed files with 10 additions and 1 deletions

View File

@@ -136,6 +136,7 @@
Grid.Row="2"
Margin="0,15"
StyleClass="text-sm"
FontAttributes="Bold"
VerticalOptions="End"
HorizontalOptions="Center" >
<Label.GestureRecognizers>

View File

@@ -55,7 +55,7 @@ namespace Bit.App.Pages
fs.Spans.Add(new Span
{
Text = ShowScanner ? AppResources.EnterCodeManually : AppResources.ScanQRCode,
TextColor = ThemeManager.GetResourceColor("PrimaryColor")
TextColor = ThemeManager.GetResourceColor("ScanningToggleModeTextColor")
});
return fs;
}

View File

@@ -71,4 +71,6 @@
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
<Color x:Key="HyperlinkColor">#52bdfb</Color>
<Color x:Key="ScanningToggleModeTextColor">#80BDFF</Color>
</ResourceDictionary>

View File

@@ -71,4 +71,6 @@
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
<Color x:Key="HyperlinkColor">#52bdfb</Color>
<Color x:Key="ScanningToggleModeTextColor">#80BDFF</Color>
</ResourceDictionary>

View File

@@ -71,4 +71,6 @@
<Color x:Key="NavigationBarTextColor">#ffffff</Color>
<Color x:Key="HyperlinkColor">#175DDC</Color>
<Color x:Key="ScanningToggleModeTextColor">#80BDFF</Color>
</ResourceDictionary>

View File

@@ -71,4 +71,6 @@
<Color x:Key="NavigationBarTextColor">#e5e9f0</Color>
<Color x:Key="HyperlinkColor">#81a1c1</Color>
<Color x:Key="ScanningToggleModeTextColor">#80BDFF</Color>
</ResourceDictionary>