1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-29 06:33:53 +00:00

font sizes for cipher cell on android

This commit is contained in:
Kyle Spearrin
2019-06-10 10:02:09 -04:00
parent 337965a7f7
commit 5485bb574e
3 changed files with 17 additions and 5 deletions

View File

@@ -224,7 +224,7 @@
<Setter Property="VerticalTextAlignment"
Value="Center" />
<Setter Property="FontSize"
Value="Large" />
Value="22.0952380952381" />
<Setter Property="TextColor"
Value="{StaticResource MutedColor}" />
</Style>
@@ -346,6 +346,8 @@
Value="Medium" />
<Setter Property="TextColor"
Value="{StaticResource TextColor}" />
<Setter Property="VerticalOptions"
Value="Center" />
</Style>
<Style TargetType="Label"
ApplyToDerivedTypes="True"