We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765ec72 commit 2afb169Copy full SHA for 2afb169
1 file changed
src/components/FeedList/components/ResultListbox.jsx
@@ -44,8 +44,8 @@ export default function ResultListbox({ results, searchType, handleSelect }) {
44
alt={item.title}
45
classNames={{
46
wrapper:
47
- "size-5 rounded shadow-small shrink-0 overflow-hidden",
48
- img: "size-5 rounded-none",
+ "size-8 rounded shadow-small shrink-0 overflow-hidden",
+ img: "size-8 rounded-none",
49
}}
50
/>
51
) : (
0 commit comments