1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-15 02:08:00 +02:00

PM-3349 Fix for icon and text spacing in some list items

This commit is contained in:
Dinis Vieira 2023-12-23 14:30:24 +00:00
parent b6ff6e34f6
commit 9b64af3423
No account linked to committer's email address
3 changed files with 4 additions and 3 deletions

View File

@ -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>

View File

@ -314,7 +314,7 @@
Class="list-icon-platform"
ApplyToDerivedTypes="True">
<Setter Property="FontSize"
Value="23" />
Value="22" />
</Style>
<Style TargetType="Button"
ApplyToDerivedTypes="True"

View File

@ -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"