Release 2025-05-25-GgNU

This commit is contained in:
pluja
2025-05-25 12:28:30 +00:00
parent 8f2b2c34ff
commit 6b86a72d1e
10 changed files with 142 additions and 53 deletions

View File

@@ -54,9 +54,9 @@ const hasError = !!wrapperProps.error && wrapperProps.error.length > 0
disabled={disabled}
/>
{icons.map((icon, index) => (
<Icon name={icon} class={cn('size-4', iconClassName[index])} />
<Icon name={icon} class={cn('size-4 shrink-0', iconClassName[index])} />
))}
<span class="text-sm leading-none">{option.label}</span>
<span class="truncate text-sm leading-none">{option.label}</span>
</label>
)
})