From 3beabbcd95461b5d886725f1233ed7a2cb0da254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=80=EC=A7=80?= <103625348+eunji-0623@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:14:39 +0900 Subject: [PATCH 1/8] =?UTF-8?q?Style:=20=EB=8B=A4=ED=81=AC=EB=AA=A8?= =?UTF-8?q?=EB=93=9C=EC=97=90=EC=84=9C=20=EC=B1=84=ED=8C=85=20=EA=B8=80?= =?UTF-8?q?=EC=9E=90=EC=83=89=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Popup/ChatPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Popup/ChatPopup.tsx b/components/Popup/ChatPopup.tsx index 31546dd..af04f23 100644 --- a/components/Popup/ChatPopup.tsx +++ b/components/Popup/ChatPopup.tsx @@ -124,7 +124,7 @@ function ChatPopup({ value={message} onChange={(e) => setMessage(e.target.value)} placeholder="메시지 입력" - className="w-[70%] h-[30px] rounded-[10px] p-[5px] pl-[10px]" + className="w-[70%] h-[30px] rounded-[10px] p-[5px] pl-[10px] dark:text-black" />