1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-28 06:03:40 +00:00

fixes for font cutoff on samsung devices (#1838)

This commit is contained in:
Matt Portune
2022-03-10 13:55:48 -05:00
committed by GitHub
parent 5ade10d1fe
commit a2ec263116
4 changed files with 41 additions and 11 deletions

View File

@@ -92,7 +92,7 @@
<Setter Property="TextColor"
Value="{DynamicResource ButtonTextColor}" />
<Setter Property="FontSize"
Value="18" />
Value="Medium" />
<Setter Property="CornerRadius"
Value="5" />
<Setter Property="Margin"
@@ -126,7 +126,7 @@
<Setter Property="TextColor"
Value="{DynamicResource ButtonPrimaryTextColor}" />
<Setter Property="FontSize"
Value="18" />
Value="Medium" />
<Setter Property="FontAttributes"
Value="Bold" />
<Setter Property="CornerRadius"
@@ -298,6 +298,18 @@
<Setter Property="FontSize"
Value="25" />
</Style>
<Style TargetType="Label"
Class="accountlist-title-platform"
ApplyToDerivedTypes="True">
<Setter Property="FontSize"
Value="Body" />
</Style>
<Style TargetType="Label"
Class="accountlist-sub-platform"
ApplyToDerivedTypes="True">
<Setter Property="FontSize"
Value="Caption" />
</Style>
<!-- Box -->