diff --git a/src/features/ui/components/modals/zap-invoice.tsx b/src/features/ui/components/modals/zap-invoice.tsx index 962f0ce1c..7592fc18d 100644 --- a/src/features/ui/components/modals/zap-invoice.tsx +++ b/src/features/ui/components/modals/zap-invoice.tsx @@ -4,7 +4,7 @@ import { FormattedMessage, defineMessages, useIntl } from 'react-intl'; import { closeModal } from 'soapbox/actions/modals'; import CopyableInput from 'soapbox/components/copyable-input'; -import { Modal, Button } from 'soapbox/components/ui'; +import { Modal, Button, Stack } from 'soapbox/components/ui'; import { useAppDispatch } from 'soapbox/hooks'; import type { Account as AccountEntity } from 'soapbox/types/entities'; @@ -34,11 +34,15 @@ const ZapInvoiceModal: React.FC = ({ account, invoice, onClose }) = return ( - - - -