feature/project-redesign #28

Merged
ilia merged 88 commits from feature/project-redesign into main 2026-03-02 19:46:39 +00:00
Showing only changes of commit 248ca7d818 - Show all commits

View File

@@ -20,8 +20,8 @@ let {
}: Props = $props();
</script>
<Input bind:value {...rest}>
{#snippet leftIcon(size)}
<Input bind:value variant="underline" {...rest}>
{#snippet rightIcon(size)}
<SearchIcon size={inputIconSize[size]} />
{/snippet}
</Input>