Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-04-02 11:06:48 +07:00
committed by GitHub
parent e2ae4b157e
commit b6de3da74a
75 changed files with 1007 additions and 379 deletions
@@ -29,8 +29,8 @@
<div class="overflow-label fs-title mb-4"><Label {label} /></div>
<div class="message"><Label label={message} /></div>
<div class="footer">
<Button focus label={presentation.string.Ok} size={'small'} transparent primary on:click={() => dispatch('close', true)} />
<Button label={presentation.string.Cancel} size={'small'} transparent on:click={() => dispatch('close', false)} />
<Button focus label={presentation.string.Ok} size={'small'} kind={'primary'} on:click={() => dispatch('close', true)} />
<Button label={presentation.string.Cancel} size={'small'} on:click={() => dispatch('close', false)} />
</div>
</div>