mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
[skip ci] update icon
This commit is contained in:
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 |
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue