1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +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>