change <space-xx-small /> to <ds-space margin=xxx-small />

This commit is contained in:
ogerly 2022-10-27 15:22:22 +02:00
parent 655f1a26c8
commit 76ad2ec063

View File

@ -17,7 +17,7 @@
{{ $t('components.registration.invite-code.form.description') }} {{ $t('components.registration.invite-code.form.description') }}
</ds-text> </ds-text>
<slot></slot> <slot></slot>
<space-xxx-small /> <ds-space margin="xxx-small" />
</ds-form> </ds-form>
</template> </template>