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), : const EdgeInsets.all(0),
child: PrimaryButton( child: PrimaryButton(
label: "Send", label: "Send",
buttonHeight: ButtonHeight.l, buttonHeight: isDesktop ? ButtonHeight.l : null,
onPressed: () async { onPressed: () async {
final dynamic unlocked; final dynamic unlocked;