mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-04 08:50:18 +01:00
Update some images (#257)
* UWP.Images: Update the launch.png image size Signed-off-by: Alistair Francis <alistair@alistair23.me> * App: Pages: Update login toolbar button Signed-off-by: Alistair Francis <alistair@alistair23.me>
This commit is contained in:
parent
7191969e9c
commit
014bf7777b
@ -83,7 +83,7 @@ namespace Bit.App.Pages
|
||||
table.EstimatedRowHeight = 70;
|
||||
}
|
||||
|
||||
var loginToolbarItem = new ToolbarItem(AppResources.Submit, Helpers.ToolbarImage("login.png"), async () =>
|
||||
var loginToolbarItem = new ToolbarItem(AppResources.Submit, Helpers.ToolbarImage("ion_chevron_right.png"), async () =>
|
||||
{
|
||||
await CheckPasswordAsync();
|
||||
}, ToolbarItemOrder.Default, 0);
|
||||
|
@ -112,7 +112,7 @@ namespace Bit.App.Pages
|
||||
}));
|
||||
}
|
||||
|
||||
var loginToolbarItem = new ToolbarItem(AppResources.LogIn, Helpers.ToolbarImage("login.png"), async () =>
|
||||
var loginToolbarItem = new ToolbarItem(AppResources.LogIn, Helpers.ToolbarImage("ion_chevron_right.png"), async () =>
|
||||
{
|
||||
await LogIn();
|
||||
}, ToolbarItemOrder.Default, 0);
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 686 B |
Loading…
Reference in New Issue
Block a user