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: [
SvgPicture.asset(
Assets.svg.chevronRight,
width: 6,
height: 12,
width: 20,
height: 20,
color: CFColors.textSubtitle1,
)
],