Chat UIKit React v3
Chat UIKit React
Chat UIKit
React
Version 3
Theme resources
Copy link
A theme is a style that's applied to your entire app, activity or view hierarchy rather than an individual view. By default, Sendbird UIKit for React provides two themes: Light
and Dark
. Customized themes that fit your brand identity can also be created by changing the style and color set.
Set up the theme
Copy link
UIKit for React provides two themes: Light
and Dark
. Its themes can be applied using the App
and SendbirdProvider
components.
Light theme
Copy link
This is the default Light
theme for UIKit if another theme hasn't been specified.
Dark theme
Copy link
The Dark
theme is as shown below:
On this page