We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fedc00 commit 1797c10Copy full SHA for 1797c10
apps/frontend/src/modules/shared/components/layout/SearchBar.tsx
@@ -31,7 +31,6 @@ export function SearchBar() {
31
onKeyDown={handleKeyDown}
32
placeholder='Search songs...'
33
className='flex-1 px-3 py-2 bg-transparent border border-zinc-700 rounded-l-full text-sm text-white placeholder-zinc-500 focus:outline-none focus:border-blue-500 focus:border-transparent'
34
- autoFocus
35
/>
36
<button
37
onClick={handleSearch}
0 commit comments