sdy

add box-shadow in ChatHeader.js

......@@ -8,7 +8,7 @@ const ChatHeader = styled.div`
display: flex;
justify-content: space-around;
align-items: center;
border-bottom: 1px solid;
box-shadow: 1px 1px 7px #8395a7;
`;
const NickNameBox = styled.div`
......