mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
PM-5916 Fix for incorrect fonts in fingerprint phrases (#3042)
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
FontSize="Small"
|
FontSize="Small"
|
||||||
FontAttributes="Bold"/>
|
FontAttributes="Bold"/>
|
||||||
<controls:MonoLabel
|
<controls:MonoLabel
|
||||||
FormattedText="{Binding LoginRequest.FingerprintPhrase}"
|
Text="{Binding LoginRequest.FingerprintPhrase}"
|
||||||
FontSize="Medium"
|
FontSize="Medium"
|
||||||
TextColor="{DynamicResource FingerprintPhrase}"
|
TextColor="{DynamicResource FingerprintPhrase}"
|
||||||
Margin="0,0,0,27"
|
Margin="0,0,0,27"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
FontSize="Small"
|
FontSize="Small"
|
||||||
FontAttributes="Bold" />
|
FontAttributes="Bold" />
|
||||||
<controls:MonoLabel
|
<controls:MonoLabel
|
||||||
FormattedText="{Binding FingerprintPhrase}"
|
Text="{Binding FingerprintPhrase}"
|
||||||
FontSize="Small"
|
FontSize="Small"
|
||||||
TextColor="{DynamicResource FingerprintPhrase}"
|
TextColor="{DynamicResource FingerprintPhrase}"
|
||||||
AutomationId="FingerprintPhraseValue" />
|
AutomationId="FingerprintPhraseValue" />
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
FontSize="Small"
|
FontSize="Small"
|
||||||
FontAttributes="Bold"/>
|
FontAttributes="Bold"/>
|
||||||
<controls:MonoLabel
|
<controls:MonoLabel
|
||||||
FormattedText="{Binding FingerprintPhrase}"
|
Text="{Binding FingerprintPhrase}"
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Grid.ColumnSpan="2"
|
Grid.ColumnSpan="2"
|
||||||
FontSize="Small"
|
FontSize="Small"
|
||||||
|
|||||||
Reference in New Issue
Block a user