1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

[Icons] Fast follower changes (#1750)

This commit is contained in:
Vincent Salucci
2022-02-03 10:34:20 -06:00
committed by GitHub
parent 63b27f4e6d
commit 4373cee636
2 changed files with 2 additions and 2 deletions

View File

@@ -165,7 +165,7 @@
IsVisible="{Binding Cipher.ViewPassword}" />
<controls:IconButton
StyleClass="box-row-button, box-row-button-platform"
Text="{Binding Source={x:Static core:BitwardenIcons.Refresh}}"
Text="{Binding Source={x:Static core:BitwardenIcons.Generate}}"
Command="{Binding GeneratePasswordCommand}"
Grid.Row="0"
Grid.Column="3"

View File

@@ -76,7 +76,7 @@ namespace Bit.App.Pages
}
else if (Folder != null)
{
_icon = Folder.Id == null ? BitwardenIcons.FolderOpen : BitwardenIcons.FolderOpenF;
_icon = BitwardenIcons.Folder;
}
else if (Collection != null)
{