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( if (ref.watch(pWallets).getWallet(widget.walletId)
height: 8, is RbfInterface)
), const SizedBox(
height: 8,
),
if (ref.watch(pWallets).getWallet(widget.walletId) if (ref.watch(pWallets).getWallet(widget.walletId)
is RbfInterface) is RbfInterface)
RoundedWhiteContainer( RoundedWhiteContainer(
@ -222,7 +224,7 @@ class _WalletSettingsWalletSettingsViewState
), ),
), ),
if (ref.watch(pWallets).getWallet(widget.walletId) if (ref.watch(pWallets).getWallet(widget.walletId)
is RbfInterface) is MultiAddressInterface)
const SizedBox( const SizedBox(
height: 8, 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) if (ref.watch(pWallets).getWallet(widget.walletId)
is LelantusInterface) is LelantusInterface)
const SizedBox( const SizedBox(
@ -354,11 +351,9 @@ class _WalletSettingsWalletSettingsViewState
), ),
), ),
), ),
if (ref.watch(pWallets).getWallet(widget.walletId) const SizedBox(
is RbfInterface) height: 8,
const SizedBox( ),
height: 8,
),
RoundedWhiteContainer( RoundedWhiteContainer(
padding: const EdgeInsets.all(0), padding: const EdgeInsets.all(0),
child: RawMaterialButton( child: RawMaterialButton(