[skip ci] update icon

This commit is contained in:
Serhii 2023-12-14 14:51:52 +02:00
parent 72b6a50400
commit d0e28b58ac
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View file

@ -29,7 +29,7 @@ class Setup2FAPage extends BasePage {
child: ConstrainedBox(
constraints: BoxConstraints(maxHeight: MediaQuery.of(context).size.height * 0.3),
child:
AspectRatio(aspectRatio: 1, child: Image.asset('assets/images/setup_2fa_img.png')),
AspectRatio(aspectRatio: 0.6, child: Image.asset('assets/images/setup_2fa_img.png')),
),
),
Expanded(