cursor pointer on click to trust contact message body

This commit is contained in:
Audric Ackermann 2021-08-02 10:57:22 +10:00
parent 6e8d25e530
commit 57aa8cba69
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
1 changed files with 1 additions and 0 deletions

View File

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