diff --git a/src/App/Pages/Vault/ScanPage.xaml b/src/App/Pages/Vault/ScanPage.xaml index 4901e21f6..faccdd58f 100644 --- a/src/App/Pages/Vault/ScanPage.xaml +++ b/src/App/Pages/Vault/ScanPage.xaml @@ -136,6 +136,7 @@ Grid.Row="2" Margin="0,15" StyleClass="text-sm" + FontAttributes="Bold" VerticalOptions="End" HorizontalOptions="Center" > diff --git a/src/App/Pages/Vault/ScanPageViewModel.cs b/src/App/Pages/Vault/ScanPageViewModel.cs index a09ca4ca7..f7a2c184b 100644 --- a/src/App/Pages/Vault/ScanPageViewModel.cs +++ b/src/App/Pages/Vault/ScanPageViewModel.cs @@ -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; } diff --git a/src/App/Styles/Black.xaml b/src/App/Styles/Black.xaml index 42a508ba6..7c64d5ea3 100644 --- a/src/App/Styles/Black.xaml +++ b/src/App/Styles/Black.xaml @@ -71,4 +71,6 @@ #ffffff #52bdfb + + #80BDFF diff --git a/src/App/Styles/Dark.xaml b/src/App/Styles/Dark.xaml index 3e585d748..778a2b5a1 100644 --- a/src/App/Styles/Dark.xaml +++ b/src/App/Styles/Dark.xaml @@ -71,4 +71,6 @@ #ffffff #52bdfb + + #80BDFF diff --git a/src/App/Styles/Light.xaml b/src/App/Styles/Light.xaml index a4debd1d3..fef760bf0 100644 --- a/src/App/Styles/Light.xaml +++ b/src/App/Styles/Light.xaml @@ -71,4 +71,6 @@ #ffffff #175DDC + + #80BDFF diff --git a/src/App/Styles/Nord.xaml b/src/App/Styles/Nord.xaml index 6fde2c1f3..4b83815e1 100644 --- a/src/App/Styles/Nord.xaml +++ b/src/App/Styles/Nord.xaml @@ -71,4 +71,6 @@ #e5e9f0 #81a1c1 + + #80BDFF