mobile confirm send button height fix

This commit is contained in:
julian 2022-11-23 14:55:04 -06:00
parent d14593407d
commit 08c6fb72ac

View file

@ -780,7 +780,7 @@ class _ConfirmTransactionViewState
: const EdgeInsets.all(0),
child: PrimaryButton(
label: "Send",
buttonHeight: ButtonHeight.l,
buttonHeight: isDesktop ? ButtonHeight.l : null,
onPressed: () async {
final dynamic unlocked;