mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
icon sizes for ios
This commit is contained in:
parent
e8f2d9d0dd
commit
dd8d5fd84c
1 changed files with 2 additions and 2 deletions
|
@ -57,13 +57,13 @@
|
||||||
Class="list-icon-platform"
|
Class="list-icon-platform"
|
||||||
ApplyToDerivedTypes="True">
|
ApplyToDerivedTypes="True">
|
||||||
<Setter Property="FontSize"
|
<Setter Property="FontSize"
|
||||||
Value="10" />
|
Value="21" />
|
||||||
</Style>
|
</Style>
|
||||||
<Style TargetType="Button"
|
<Style TargetType="Button"
|
||||||
ApplyToDerivedTypes="True"
|
ApplyToDerivedTypes="True"
|
||||||
Class="list-row-button-platform">
|
Class="list-row-button-platform">
|
||||||
<Setter Property="WidthRequest"
|
<Setter Property="WidthRequest"
|
||||||
Value="37" />
|
Value="40" />
|
||||||
<Setter Property="FontSize"
|
<Setter Property="FontSize"
|
||||||
Value="25" />
|
Value="25" />
|
||||||
</Style>
|
</Style>
|
||||||
|
|
Loading…
Reference in a new issue