1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 19:13:19 +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

@@ -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">