Set size to match password modal
This commit is contained in:
parent
464c3abe9b
commit
abf5585666
|
@ -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>
|
|
||||||
|
|
Loading…
Reference in New Issue