1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-20 06:28:04 +00:00

Reamed btn-sm class to button-small

This commit is contained in:
2023-05-30 19:40:12 +02:00
parent 313153d01d
commit 6513eab608
7 changed files with 15 additions and 15 deletions

View File

@ -83,7 +83,7 @@
</Details>
{/each}
<button class="btn-sm" type="button" on:click={addStage}>
<button class="button-small" type="button" on:click={addStage}>
<Icon name="+" /> Add stage
</button>
</div>

View File

@ -162,7 +162,7 @@
{/if}
{#if collection.viewKey !== 'list'}
<button class="btn-sm" type="button" on:click={addRow}>
<button class="button-small" type="button" on:click={addRow}>
<Icon name="+" /> Add item
</button>
{/if}