mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-07 09:20:04 +01:00
PM-3349 Fix for icon and text spacing in some list items
This commit is contained in:
parent
b6ff6e34f6
commit
9b64af3423
@ -61,6 +61,7 @@
|
||||
<controls:IconLabel Text="{Binding Icon, Mode=OneWay}"
|
||||
HorizontalOptions="Start"
|
||||
VerticalOptions="Center"
|
||||
Margin="0,0,7,0"
|
||||
StyleClass="list-icon, list-icon-platform"
|
||||
ShouldUpdateFontSizeDynamicallyForAccesibility="True">
|
||||
<controls:IconLabel.Effects>
|
||||
|
@ -314,7 +314,7 @@
|
||||
Class="list-icon-platform"
|
||||
ApplyToDerivedTypes="True">
|
||||
<Setter Property="FontSize"
|
||||
Value="23" />
|
||||
Value="22" />
|
||||
</Style>
|
||||
<Style TargetType="Button"
|
||||
ApplyToDerivedTypes="True"
|
||||
|
@ -283,9 +283,9 @@
|
||||
Class="list-icon"
|
||||
ApplyToDerivedTypes="True">
|
||||
<Setter Property="MinimumWidthRequest"
|
||||
Value="26" />
|
||||
Value="22" />
|
||||
<Setter Property="MinimumHeightRequest"
|
||||
Value="26" />
|
||||
Value="22" />
|
||||
<Setter Property="HorizontalTextAlignment"
|
||||
Value="Center" />
|
||||
<Setter Property="VerticalTextAlignment"
|
||||
|
Loading…
Reference in New Issue
Block a user