From 94adeb26c727b304f10c35f448d0794a24bc10c0 Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 25 Jul 2024 19:50:25 +0530 Subject: [PATCH] chat bot fixed --- src/components/chatbot.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/chatbot.css b/src/components/chatbot.css index 60f0129..528efc4 100644 --- a/src/components/chatbot.css +++ b/src/components/chatbot.css @@ -30,6 +30,7 @@ border-radius: 10px; overflow: hidden; background-color: white; + color: black; display: flex; flex-direction: column; }