mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +00:00
mobile swap rate type toggle height fix
This commit is contained in:
parent
9ab156562a
commit
b358efe656
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ class _ExchangeFormState extends ConsumerState<ExchangeForm> {
|
|||
height: isDesktop ? 20 : 12,
|
||||
),
|
||||
SizedBox(
|
||||
height: 60,
|
||||
height: isDesktop ? 60 : 40,
|
||||
child: RateTypeToggle(
|
||||
key: UniqueKey(),
|
||||
onChanged: onRateTypeChanged,
|
||||
|
|
Loading…
Reference in a new issue