Skip to content
Snippets Groups Projects
Commit 7351276e authored by chris's avatar chris
Browse files

add new override

parent 267a1675
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,8 @@ const Resolve = styled.button`
const StyledReply = styled(CommentReply)`
border-top: ${props => !props.isNewComment && `3px solid #E1EBFF`};
${override('Wax.CommentReplyWrapper')}
`;
const CommentBox = props => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment