From 5aa8d9b1bd6be522fe50c5f8f31007a42bb75363 Mon Sep 17 00:00:00 2001 From: bang9 Date: Wed, 11 Sep 2024 11:31:21 +0900 Subject: [PATCH] fix: remove color override --- src/components/chat/ui/ChatInput.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/chat/ui/ChatInput.tsx b/src/components/chat/ui/ChatInput.tsx index 230b5919a..07ed34741 100644 --- a/src/components/chat/ui/ChatInput.tsx +++ b/src/components/chat/ui/ChatInput.tsx @@ -108,9 +108,6 @@ const container = css` inset-inline-end: 12px; inset-block-start: 50%; transform: translateY(-50%); - path { - fill: ${themedColors.onbackground1}; - } } .sendbird-message-input--placeholder { position: absolute;