Skip to content

Commit

Permalink
PM-5916 Fix for incorrect fonts in fingerprint phrases (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinisvieira authored Feb 29, 2024
1 parent 22d0cc6 commit 4ff56ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Core/Pages/Accounts/LoginPasswordlessPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
FontSize="Small"
FontAttributes="Bold"/>
<controls:MonoLabel
FormattedText="{Binding LoginRequest.FingerprintPhrase}"
Text="{Binding LoginRequest.FingerprintPhrase}"
FontSize="Medium"
TextColor="{DynamicResource FingerprintPhrase}"
Margin="0,0,0,27"
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Pages/Accounts/LoginPasswordlessRequestPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
FontSize="Small"
FontAttributes="Bold" />
<controls:MonoLabel
FormattedText="{Binding FingerprintPhrase}"
Text="{Binding FingerprintPhrase}"
FontSize="Small"
TextColor="{DynamicResource FingerprintPhrase}"
AutomationId="FingerprintPhraseValue" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
FontSize="Small"
FontAttributes="Bold"/>
<controls:MonoLabel
FormattedText="{Binding FingerprintPhrase}"
Text="{Binding FingerprintPhrase}"
Grid.Row="1"
Grid.ColumnSpan="2"
FontSize="Small"
Expand Down

0 comments on commit 4ff56ba

Please sign in to comment.