1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

Fix confirmation dialogue size

This commit is contained in:
Andrew Kingston 2021-04-28 14:00:39 +01:00
parent 56cebe156b
commit 03ae23a24e

View file

@ -20,7 +20,7 @@
<Modal bind:this={modal} on:hide={onCancel}>
<ModalContent onConfirm={onOk} {title} confirmText={okText} {cancelText} red>
<Body size="S">
<Body s>
{body}
<slot />
</Body>