1
0
mirror of https://github.com/bitwarden/mobile synced 2024-12-25 00:12:24 +01:00

[PM-5856] Add visibility to label. (#2955)

This commit is contained in:
André Bispo 2024-01-30 12:30:23 +00:00 committed by GitHub
parent de7ae27a77
commit ebb2a288a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,7 @@
<controls:CustomLabel
StyleClass="box-label-regular"
Text="{u:I18n NoPendingRequests}"
IsVisible="{Binding HasLoginRequests, Converter={StaticResource inverseBool}}"
FontAttributes="{OnPlatform iOS=Bold}"
FontWeight="500"
HorizontalTextAlignment="Center"