mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +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,
|
height: isDesktop ? 20 : 12,
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 60,
|
height: isDesktop ? 60 : 40,
|
||||||
child: RateTypeToggle(
|
child: RateTypeToggle(
|
||||||
key: UniqueKey(),
|
key: UniqueKey(),
|
||||||
onChanged: onRateTypeChanged,
|
onChanged: onRateTypeChanged,
|
||||||
|
|
Loading…
Reference in a new issue