Add margin to tokens modal button

This commit is contained in:
Mitchell McCaffrey 2021-04-11 15:19:31 +10:00
parent fe2479bbb8
commit b65e02f590

View File

@ -277,6 +277,7 @@ function SelectTokensModal({ isOpen, onRequestClose }) {
variant="primary"
disabled={isLoading}
onClick={onRequestClose}
mt={2}
>
Done
</Button>