mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 21:24:31 +00:00
mobile confirm send button height fix
This commit is contained in:
parent
d14593407d
commit
08c6fb72ac
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue