From 4f38e35060128e4d7caf72857069c384914b8c81 Mon Sep 17 00:00:00 2001 From: ph1p Date: Sun, 24 May 2020 17:03:54 +0200 Subject: [PATCH] fix(theme): set chatbar font color --- src/components/Chatbar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Chatbar.tsx b/src/components/Chatbar.tsx index 776be30..77427a1 100644 --- a/src/components/Chatbar.tsx +++ b/src/components/Chatbar.tsx @@ -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; }