How to customize the background color of the conversation Input area #80
elliot-choic
announced in
Conversation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Versions
Summary
This guide explains how to customize the background color of the Conversation Input area
Guide & Snippet
iOS
Header
Android
Steps to Customize the Input Area Background Color
1. Define your custom
InputTheme
Override the
backgroundColor
or any other related style in your custom implementation.2. Create a custom
MessengerTheme
Extend the default
LightTheme
and override theinput
theme inside theConversationTheme
.3. Register the custom theme
Make sure to register your
MessengerTheme
usingAIAgentThemeProviders
.JS
Header
// code block
Reference
No response
Screenshots
No response
Beta Was this translation helpful? Give feedback.
All reactions