Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -8,7 +8,7 @@ const ChatHeader = styled.div` | ... | @@ -8,7 +8,7 @@ const ChatHeader = styled.div` |
8 | display: flex; | 8 | display: flex; |
9 | justify-content: space-around; | 9 | justify-content: space-around; |
10 | align-items: center; | 10 | align-items: center; |
11 | - border-bottom: 1px solid; | 11 | + box-shadow: 1px 1px 7px #8395a7; |
12 | `; | 12 | `; |
13 | 13 | ||
14 | const NickNameBox = styled.div` | 14 | const NickNameBox = styled.div` | ... | ... |
-
Please register or login to post a comment