We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabf3de commit 7dde008Copy full SHA for 7dde008
1 file changed
packages/stacks-docs-next/src/components/Search.svelte
@@ -47,5 +47,6 @@
47
{#if searchEnabled}
48
<Button icon weight="clear" class="h:fc-blue-400 px0" onclick={openSearch}>
49
<Icon src={IconSearch} />
50
+ <span class="v-visible-sr">Search</span>
51
</Button>
-{/if}
52
+{/if}
0 commit comments