diff --git a/ts/components/conversation/message/ClickToTrustSender.tsx b/ts/components/conversation/message/ClickToTrustSender.tsx index 257755185..0f7262331 100644 --- a/ts/components/conversation/message/ClickToTrustSender.tsx +++ b/ts/components/conversation/message/ClickToTrustSender.tsx @@ -14,6 +14,7 @@ const StyledTrustSenderUI = styled.div` `; const ClickToDownload = styled.div` + cursor: pointer; padding: ${props => props.theme.common.margins.xs} ${props => props.theme.common.margins.md}; `;