Default themes
The QuickBlox UIKit for React has 2 built in themes: Dark and Light.Color Theme

JavaScript
Use your own theme
There are two options how you can create your own theme:- Customize current theme using css
- Create your own theme to customize selected components
SCSS
SCSS
TypeScript
- desktop layout container
TypeScript
- header of dialogs
TypeScript
- item of dialogs
TypeScript
Quick start using our React UIKit look React UIKit Sample.This sample implements authorization functionality and provides an example of color theme customization. The sample code is available by this link. How to set up and run a sample, See blog How to create a React Chat Application in just a Few Steps.