1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +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>
<ModalContent showCancelButton={false} {title} confirmText="Done">
<ModalContent size="M" showCancelButton={false} {title} confirmText="Done">
{#if hasSuccess}
<Body size="XS">
Your users should now receive an email invite to get access to their
@ -70,6 +70,3 @@
/>
{/if}
</ModalContent>
<style>
</style>