1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-20 09:23:50 +00:00

style fixes for xamarin forms 4

This commit is contained in:
Kyle Spearrin
2019-10-30 09:30:45 -04:00
parent d308f1ca3b
commit d9907cdbeb
3 changed files with 6 additions and 4 deletions

View File

@@ -112,7 +112,7 @@
Class="list-icon-platform"
ApplyToDerivedTypes="True">
<Setter Property="FontSize"
Value="10" />
Value="23" />
</Style>
<Style TargetType="Button"
ApplyToDerivedTypes="True"
@@ -139,6 +139,8 @@
Class="box-row-button-platform">
<Setter Property="WidthRequest"
Value="37" />
<Setter Property="HeightRequest"
Value="45" />
<Setter Property="FontSize"
Value="25" />
</Style>