mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-25 12:59:24 +00:00
cursor on hover of wallet
This commit is contained in:
parent
a57651a766
commit
824d803678
1 changed files with 4 additions and 1 deletions
|
@ -53,8 +53,11 @@ class _MyWalletsState extends ConsumerState<MyWallets> {
|
||||||
height: 20,
|
height: 20,
|
||||||
),
|
),
|
||||||
const Expanded(
|
const Expanded(
|
||||||
|
child: MouseRegion(
|
||||||
|
cursor: SystemMouseCursors.click,
|
||||||
child: WalletSummaryTable(),
|
child: WalletSummaryTable(),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue