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 2dc7e93 commit 2455e93Copy full SHA for 2455e93
src/components/SearchBar.jsx
@@ -21,7 +21,7 @@ export default function SearchBar({ query, setQuery }) {
21
{query.length > 0 && (
22
<button
23
onClick={() => setQuery('')}
24
- className="rounded"
+ className="w-4 h-4 rounded"
25
>
26
<img src={closeIcon} alt="Close" title="Clear" />
27
</button>
0 commit comments