1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-26 21:23:46 +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 -->

View File

@@ -221,6 +221,14 @@
<Setter Property="TextColor"
Value="{DynamicResource MutedColor}" />
</Style>
<Style TargetType="Label"
Class="accountlist-title">
</Style>
<Style TargetType="Label"
Class="accountlist-sub">
<Setter Property="TextColor"
Value="{DynamicResource MutedColor}" />
</Style>
<Style TargetType="Label"
ApplyToDerivedTypes="True"
Class="list-title-icon">

View File

@@ -105,7 +105,7 @@
<Setter Property="TextColor"
Value="{DynamicResource ButtonTextColor}" />
<Setter Property="FontSize"
Value="18" />
Value="Medium" />
<Setter Property="Margin"
Value="0, 5, 0, 0" />
<Setter Property="VisualStateManager.VisualStateGroups">
@@ -143,7 +143,7 @@
<Setter Property="TextColor"
Value="{DynamicResource ButtonPrimaryTextColor}" />
<Setter Property="FontSize"
Value="18" />
Value="Medium" />
<Setter Property="FontAttributes"
Value="Bold" />
<Setter Property="Margin"
@@ -320,6 +320,16 @@
<Setter Property="FontSize"
Value="25" />
</Style>
<Style TargetType="Label"
Class="accountlist-title-platform"
ApplyToDerivedTypes="True">
</Style>
<Style TargetType="Label"
Class="accountlist-sub-platform"
ApplyToDerivedTypes="True">
<Setter Property="FontSize"
Value="Small" />
</Style>
<!-- Box -->