fix(SearchBar): change component variant according to redesign
This commit is contained in:
@@ -20,8 +20,8 @@ let {
|
|||||||
}: Props = $props();
|
}: Props = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Input bind:value {...rest}>
|
<Input bind:value variant="underline" {...rest}>
|
||||||
{#snippet leftIcon(size)}
|
{#snippet rightIcon(size)}
|
||||||
<SearchIcon size={inputIconSize[size]} />
|
<SearchIcon size={inputIconSize[size]} />
|
||||||
{/snippet}
|
{/snippet}
|
||||||
</Input>
|
</Input>
|
||||||
|
|||||||
Reference in New Issue
Block a user