UBER-142: update buttons. Cleaning CSS. (#3482)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-07-06 14:01:27 +07:00
committed by GitHub
parent 81ed88fa1d
commit e7b6522e80
243 changed files with 701 additions and 778 deletions
@@ -89,7 +89,7 @@
focus
label={presentation.string.Ok}
size={'small'}
kind={'primary'}
kind={'accented'}
loading={processing}
on:click={remove}
/>
@@ -68,8 +68,8 @@
</div>
</div>
<div class="buttons-group small-gap flex-no-shrink ml-2 mr-1">
<Button label={presentation.string.Cancel} kind="secondary" on:click={() => dispatch('cancel')} />
<Button label={presentation.string.Save} kind="primary" disabled={!canSave} on:click={() => dispatch('save')} />
<Button label={presentation.string.Cancel} kind="regular" on:click={() => dispatch('cancel')} />
<Button label={presentation.string.Save} kind="accented" disabled={!canSave} on:click={() => dispatch('save')} />
</div>
</div>
@@ -273,7 +273,7 @@
width="min-content"
icon={IconAdd}
size="small"
kind="transparent"
kind="ghost"
on:click={() => {
closeTooltip()
editingStatus = { category: category._id, color: category.color }