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; }