Skip to content

Commit 2afb169

Browse files
committed
general UI improvements
1 parent 765ec72 commit 2afb169

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/FeedList/components/ResultListbox.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export default function ResultListbox({ results, searchType, handleSelect }) {
4444
alt={item.title}
4545
classNames={{
4646
wrapper:
47-
"size-5 rounded shadow-small shrink-0 overflow-hidden",
48-
img: "size-5 rounded-none",
47+
"size-8 rounded shadow-small shrink-0 overflow-hidden",
48+
img: "size-8 rounded-none",
4949
}}
5050
/>
5151
) : (

0 commit comments

Comments
 (0)