do not change hover state of crypto selection list

This commit is contained in:
sneurlax 2023-01-24 13:28:07 -06:00
parent 374d8aaef0
commit 325d341b7f

View file

@ -1156,8 +1156,6 @@ class _BuyFormState extends ConsumerState<BuyForm> {
),
MouseRegion(
cursor: SystemMouseCursors.click,
onEnter: (_) => setState(() => _hovering1 = true),
onExit: (_) => setState(() => _hovering1 = false),
child: GestureDetector(
onTap: () {
if (_receiveAddressController.text.isNotEmpty &&