diff --git a/src/Maui/Bitwarden/Controls/AccountViewCell/AccountViewCell.xaml b/src/Maui/Bitwarden/Controls/AccountViewCell/AccountViewCell.xaml index 3a37ec768..4625d826d 100644 --- a/src/Maui/Bitwarden/Controls/AccountViewCell/AccountViewCell.xaml +++ b/src/Maui/Bitwarden/Controls/AccountViewCell/AccountViewCell.xaml @@ -5,18 +5,19 @@ xmlns:mct="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" xmlns:controls="clr-namespace:Bit.App.Controls" xmlns:u="clr-namespace:Bit.App.Utilities" + xmlns:core="clr-namespace:Bit.Core" x:Name="_accountView" x:DataType="controls:AccountViewCellViewModel"> - + + + @@ -39,6 +40,8 @@ @@ -143,22 +146,14 @@ - - - - - - - + TextColor="{DynamicResource TextColor}" + Text="{Binding Source={x:Static core:BitwardenIcons.Plus}}" + AutomationProperties.IsInAccessibleTree="False" />