mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
adjusted logo margins on loading screens
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Bit.iOS
|
||||
|
||||
var imageView = new UIImageView(new UIImage("logo.png"))
|
||||
{
|
||||
Center = new CoreGraphics.CGPoint(view.Center.X, view.Center.Y - 40)
|
||||
Center = new CoreGraphics.CGPoint(view.Center.X, view.Center.Y - 30)
|
||||
};
|
||||
|
||||
view.AddSubview(backgroundView);
|
||||
|
||||
Reference in New Issue
Block a user