1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00

Set size to match password modal

This commit is contained in:
Mel O'Hagan 2022-12-02 12:26:20 +00:00
parent 464c3abe9b
commit abf5585666

View file

@ -50,7 +50,7 @@
} }
</script> </script>
<ModalContent showCancelButton={false} {title} confirmText="Done"> <ModalContent size="M" showCancelButton={false} {title} confirmText="Done">
{#if hasSuccess} {#if hasSuccess}
<Body size="XS"> <Body size="XS">
Your users should now receive an email invite to get access to their Your users should now receive an email invite to get access to their
@ -70,6 +70,3 @@
/> />
{/if} {/if}
</ModalContent> </ModalContent>
<style>
</style>