diff --git a/ts/components/conversation/media-gallery/MediaGridItem.tsx b/ts/components/conversation/media-gallery/MediaGridItem.tsx index bbb5db27a..1a69314b4 100644 --- a/ts/components/conversation/media-gallery/MediaGridItem.tsx +++ b/ts/components/conversation/media-gallery/MediaGridItem.tsx @@ -17,6 +17,7 @@ const size = { const styles = { container: { ...size, + cursor: 'pointer', backgroundColor: '#f3f3f3', marginRight: 4, marginBottom: 4,