diff --git a/nym-wallet/src/components/Accounts/MultiAccountHowTo.tsx b/nym-wallet/src/components/Accounts/MultiAccountHowTo.tsx index 91d2e2f1a1..0ca8524543 100644 --- a/nym-wallet/src/components/Accounts/MultiAccountHowTo.tsx +++ b/nym-wallet/src/components/Accounts/MultiAccountHowTo.tsx @@ -11,7 +11,7 @@ const passwordCreationSteps = [ ]; export const MultiAccountHowTo = ({ show, handleClose }: { show: boolean; handleClose: () => void }) => ( - + diff --git a/nym-wallet/src/components/Accounts/modals/AccountsModal.tsx b/nym-wallet/src/components/Accounts/modals/AccountsModal.tsx index ccb655f383..92988c6f9e 100644 --- a/nym-wallet/src/components/Accounts/modals/AccountsModal.tsx +++ b/nym-wallet/src/components/Accounts/modals/AccountsModal.tsx @@ -42,7 +42,7 @@ export const AccountsModal = () => { ); return ( - + diff --git a/nym-wallet/src/components/Accounts/modals/AddAccountModal.tsx b/nym-wallet/src/components/Accounts/modals/AddAccountModal.tsx index 284f3541cf..14806223c8 100644 --- a/nym-wallet/src/components/Accounts/modals/AddAccountModal.tsx +++ b/nym-wallet/src/components/Accounts/modals/AddAccountModal.tsx @@ -173,12 +173,7 @@ export const AddAccountModal = () => { }, [step]); return ( - + diff --git a/nym-wallet/src/components/Accounts/modals/ConfirmPasswordModal.tsx b/nym-wallet/src/components/Accounts/modals/ConfirmPasswordModal.tsx index adb14fb7ef..93e5424a69 100644 --- a/nym-wallet/src/components/Accounts/modals/ConfirmPasswordModal.tsx +++ b/nym-wallet/src/components/Accounts/modals/ConfirmPasswordModal.tsx @@ -16,7 +16,7 @@ export const ConfirmPasswordModal = ({ const { isLoading, error } = useContext(AccountsContext); return ( - + diff --git a/nym-wallet/src/components/Accounts/modals/EditAccountModal.tsx b/nym-wallet/src/components/Accounts/modals/EditAccountModal.tsx index 0d5daa01cf..81ea9cc950 100644 --- a/nym-wallet/src/components/Accounts/modals/EditAccountModal.tsx +++ b/nym-wallet/src/components/Accounts/modals/EditAccountModal.tsx @@ -24,7 +24,7 @@ export const EditAccountModal = () => { }, [accountToEdit]); return ( - setDialogToDisplay('Accounts')} fullWidth hideBackdrop> + setDialogToDisplay('Accounts')} fullWidth> diff --git a/nym-wallet/src/components/Accounts/modals/ImportAccountModal.tsx b/nym-wallet/src/components/Accounts/modals/ImportAccountModal.tsx index e640fb8c9b..8d55b3f77e 100644 --- a/nym-wallet/src/components/Accounts/modals/ImportAccountModal.tsx +++ b/nym-wallet/src/components/Accounts/modals/ImportAccountModal.tsx @@ -25,7 +25,7 @@ export const ImportAccountModal = () => { }; return ( - + diff --git a/nym-wallet/src/components/Accounts/modals/MnemonicModal.tsx b/nym-wallet/src/components/Accounts/modals/MnemonicModal.tsx index d5e384f2e4..713a321f25 100644 --- a/nym-wallet/src/components/Accounts/modals/MnemonicModal.tsx +++ b/nym-wallet/src/components/Accounts/modals/MnemonicModal.tsx @@ -40,7 +40,7 @@ export const MnemonicModal = () => { }; return ( - +