Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -45,7 +45,7 @@ const Time = styled.span` | ... | @@ -45,7 +45,7 @@ const Time = styled.span` |
45 | 45 | ||
46 | export default ({ time, text }) => { | 46 | export default ({ time, text }) => { |
47 | return ( | 47 | return ( |
48 | - <IncomingBox> | 48 | + <IncomingBox className="IncomingMsg"> |
49 | <ImgIconBox /> | 49 | <ImgIconBox /> |
50 | <MsgContainer> | 50 | <MsgContainer> |
51 | <MsgBox> | 51 | <MsgBox> | ... | ... |
... | @@ -43,7 +43,7 @@ const Time = styled.span` | ... | @@ -43,7 +43,7 @@ const Time = styled.span` |
43 | 43 | ||
44 | export default ({ time, text }) => { | 44 | export default ({ time, text }) => { |
45 | return ( | 45 | return ( |
46 | - <OutcomingBox> | 46 | + <OutcomingBox className="OutcomingMsg"> |
47 | <MsgContainer> | 47 | <MsgContainer> |
48 | <MsgBox> | 48 | <MsgBox> |
49 | <Msg /> {text} Outcoming Message | 49 | <Msg /> {text} Outcoming Message | ... | ... |
-
Please register or login to post a comment