cursor pointer on click to trust contact message body

pull/1804/head
Audric Ackermann 4 years ago
parent 6e8d25e530
commit 57aa8cba69
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -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};
`;

Loading…
Cancel
Save