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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user