mobile swap rate type toggle height fix

This commit is contained in:
julian 2023-04-13 14:46:20 -06:00
parent 9ab156562a
commit b358efe656

View file

@ -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,