Skip to content

Commit

Permalink
fix(theme): set chatbar font color
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed May 24, 2020
1 parent 95a1093 commit 4f38e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Chatbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ const ChatInput = styled.div`
padding: 14px 82px 14px 18px;
height: 41px;
outline: none;
color: ${(p) => p.theme.fontColor};
&::placeholder {
color: #a2adc0;
}
Expand Down

0 comments on commit 4f38e35

Please sign in to comment.