Skip to content

Commit

Permalink
increase tap area
Browse files Browse the repository at this point in the history
  • Loading branch information
d-reader-luka committed Apr 11, 2024
1 parent 07f17ce commit c55054c
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,15 +286,21 @@ class MyWalletsScreen extends ConsumerWidget {
),
],
),
GestureDetector(
onTap: () {
IconButton(
padding: const EdgeInsets.only(
top: 24,
bottom: 24,
left: 16,
right: 4,
),
onPressed: () {
nextScreenPush(
context: context,
path:
'${RoutePath.walletInfo}?address=${wallet.address}&name=$walletName',
);
},
child: SvgPicture.asset(
icon: SvgPicture.asset(
'assets/icons/more.svg',
),
),
Expand Down

0 comments on commit c55054c

Please sign in to comment.