spacing fix

This commit is contained in:
sneurlax 2024-07-16 10:21:55 -05:00 committed by julian-CStack
parent 50bd3e52a3
commit 5d2ec00407

View file

@ -185,9 +185,11 @@ class _WalletSettingsWalletSettingsViewState
),
),
),
const SizedBox(
height: 8,
),
if (ref.watch(pWallets).getWallet(widget.walletId)
is RbfInterface)
const SizedBox(
height: 8,
),
if (ref.watch(pWallets).getWallet(widget.walletId)
is RbfInterface)
RoundedWhiteContainer(
@ -222,7 +224,7 @@ class _WalletSettingsWalletSettingsViewState
),
),
if (ref.watch(pWallets).getWallet(widget.walletId)
is RbfInterface)
is MultiAddressInterface)
const SizedBox(
height: 8,
),
@ -273,11 +275,6 @@ class _WalletSettingsWalletSettingsViewState
},
),
),
if (ref.watch(pWallets).getWallet(widget.walletId)
is MultiAddressInterface)
const SizedBox(
height: 8,
),
if (ref.watch(pWallets).getWallet(widget.walletId)
is LelantusInterface)
const SizedBox(
@ -354,11 +351,9 @@ class _WalletSettingsWalletSettingsViewState
),
),
),
if (ref.watch(pWallets).getWallet(widget.walletId)
is RbfInterface)
const SizedBox(
height: 8,
),
const SizedBox(
height: 8,
),
RoundedWhiteContainer(
padding: const EdgeInsets.all(0),
child: RawMaterialButton(