chore: review comments

This commit is contained in:
Christy Jacob
2024-07-23 21:25:57 +04:00
parent 7515d6aa92
commit cb20af71fa
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
</Drop>
{/if}
</Label>
<div class="input-text-wrapper" style="--amount-of-buttons:1">
<div class="input-text-wrapper">
<input
{id}
{placeholder}
+8
View File
@@ -146,6 +146,14 @@
<NullCheckbox checked={value === null} on:change={handleNullChange} />
</li>
{/if}
<li class="buttons-list-item">
<button
class="options-list-button u-margin-inline-start-8"
aria-label="regenerate text"
type="button">
<span class="icon-refresh" aria-hidden="true"></span>
</button>
</li>
</ul>
{/if}
<slot />