sdy

add className

......@@ -45,7 +45,7 @@ const Time = styled.span`
export default ({ time, text }) => {
return (
<IncomingBox>
<IncomingBox className="IncomingMsg">
<ImgIconBox />
<MsgContainer>
<MsgBox>
......
......@@ -43,7 +43,7 @@ const Time = styled.span`
export default ({ time, text }) => {
return (
<OutcomingBox>
<OutcomingBox className="OutcomingMsg">
<MsgContainer>
<MsgBox>
<Msg /> {text} Outcoming Message
......