mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
mobile button height fix
This commit is contained in:
parent
601001f96d
commit
90dc9e3116
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ class _NodeDetailsViewState extends ConsumerState<NodeDetailsView> {
|
||||||
Expanded(
|
Expanded(
|
||||||
child: SecondaryButton(
|
child: SecondaryButton(
|
||||||
label: "Test connection",
|
label: "Test connection",
|
||||||
buttonHeight: ButtonHeight.l,
|
buttonHeight: isDesktop ? ButtonHeight.l : null,
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
await _testConnection(ref, context);
|
await _testConnection(ref, context);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue