fix icon size

This commit is contained in:
julian 2022-09-19 13:37:01 -06:00
parent 40f6acda2e
commit 166b5e827b

View file

@ -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,
) )
], ],