fix(SearchBar): change component variant according to redesign

This commit is contained in:
Ilia Mashkov
2026-02-27 12:39:20 +03:00
parent 38f4243739
commit 248ca7d818

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>