1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-29 22:53:34 +00:00

change plus icon on iOS

This commit is contained in:
Kyle Spearrin
2016-06-13 22:09:16 -04:00
parent e4926c4425
commit 29e91ae22e
8 changed files with 10 additions and 10 deletions

View File

@@ -145,7 +145,7 @@ namespace Bit.App.Pages
{
_page = page;
Text = AppResources.Add;
Icon = "ion_plus";
Icon = "plus";
Clicked += ClickedItem;
}