diff --git a/frontend/src/lib/components/ArgInput.svelte b/frontend/src/lib/components/ArgInput.svelte index a26f754f99..556ce3823c 100644 --- a/frontend/src/lib/components/ArgInput.svelte +++ b/frontend/src/lib/components/ArgInput.svelte @@ -807,12 +807,12 @@ /> {:else} -
+
{#key redraw} {#if Array.isArray(value)} {#each value ?? [] as v, i} {#if i < itemsLimit} -
+
{#snippet deleteItemBtn()} -
+ {/if}
{#if !displayHeader} @@ -1449,10 +1446,4 @@ -webkit-appearance: none !important; margin: 0; } - - /* Firefox */ - input[type='number'] { - -moz-appearance: textfield !important; - appearance: textfield !important; - } diff --git a/frontend/src/lib/components/common/button/Button.svelte b/frontend/src/lib/components/common/button/Button.svelte index b454d6389a..e0bfd99707 100644 --- a/frontend/src/lib/components/common/button/Button.svelte +++ b/frontend/src/lib/components/common/button/Button.svelte @@ -154,7 +154,7 @@ variant === 'border' ? 'border' : '', ButtonType.FontSizeClasses[size], ButtonType.SpacingClasses[spacingSize][variant], - 'focus-visible:ring-2 font-semibold', + 'focus-visible:ring-2 font-normal', dropdownItems && dropdownItems.length > 0 ? 'rounded-l-md h-full' : 'rounded-md', 'justify-center items-center text-center whitespace-nowrap inline-flex gap-2', btnClasses,