mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-22 11:35:21 +01:00
[Icons] Fast follower changes (#1750)
This commit is contained in:
parent
63b27f4e6d
commit
4373cee636
@ -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"
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user