mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-24 12:29:37 +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,
|
||||
),
|
||||
const Expanded(
|
||||
child: MouseRegion(
|
||||
cursor: SystemMouseCursors.click,
|
||||
child: WalletSummaryTable(),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue