mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 18:43:43 +00:00
Fixed some Large Font Accessibility issues on Vault and Send screens for Icons Display #1774 (#1785)
This commit is contained in:
committed by
GitHub
parent
dbaa32b02c
commit
ea471b0749
@@ -239,9 +239,9 @@
|
||||
<Style TargetType="Label"
|
||||
Class="list-icon"
|
||||
ApplyToDerivedTypes="True">
|
||||
<Setter Property="WidthRequest"
|
||||
<Setter Property="MinimumWidthRequest"
|
||||
Value="26" />
|
||||
<Setter Property="HeightRequest"
|
||||
<Setter Property="MinimumHeightRequest"
|
||||
Value="26" />
|
||||
<Setter Property="HorizontalTextAlignment"
|
||||
Value="Center" />
|
||||
|
||||
Reference in New Issue
Block a user