How to change user input background color using chat_message

Running locally here with a custom color theme via config.toml. i notice the background behide the ‘user’ chat messages are still the default ‘dark’ theme.

any ideas? am I missing a theme setting? thanks!

How did you add image to chat_Message UI?

I was recently looking for a solution to this problem myself and found it, insert the following text into your css styles: .st-emotion-cache-janbn0 { background-color: #262626 !important; }