Description
There's a visual bug in the chat container when Dark Mode is enabled. The text within the chat input area and the chat bubbles becomes white, which is the same color as the chat container's background in Dark Mode. This makes the text invisible and the chat feature unusable.
Steps to Reproduce
Navigate to the application.
Enable Dark Mode.
Open or interact with the chat feature.
Expected Behavior
The text color in the chat container (both input and messages) should have sufficient contrast against the dark background when Dark Mode is active, ensuring readability. For example, the text could be a light gray or a contrasting color that is visible on the dark background.
Actual Behavior:
In Dark Mode, the chat container background is white (or very light), and the text color within the input field and chat bubbles is also white. This results in white text on a white background, making it impossible to see what is being typed or read previous messages.