mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
fix icon size
This commit is contained in:
parent
40f6acda2e
commit
166b5e827b
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ class WalletInfoRow extends ConsumerWidget {
|
||||||
children: [
|
children: [
|
||||||
SvgPicture.asset(
|
SvgPicture.asset(
|
||||||
Assets.svg.chevronRight,
|
Assets.svg.chevronRight,
|
||||||
width: 6,
|
width: 20,
|
||||||
height: 12,
|
height: 20,
|
||||||
color: CFColors.textSubtitle1,
|
color: CFColors.textSubtitle1,
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue