Skip to content

Commit

Permalink
style(seperator): add theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed May 24, 2020
1 parent 781cf2e commit bcfea63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Chat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const ChatView: FunctionComponent<ChatProps> = (props) => {

const MessageSeperator = styled.div`
border-width: 1px 0 0 0;
border-color: #ececec;
border-color: ${(p) => p.theme.secondaryBackgroundColor};
border-style: dotted;
margin: 5px 0 10px;
`;
Expand Down

0 comments on commit bcfea63

Please sign in to comment.