Version 1
Home
/
Notifications
/
UIKit
Notifications v1
Notifications

By default, Sendbird Chat UIKit for Notifications provides two themes: Light and Dark for all templates and notification channels. But you can customize the theme to create your own brand identity on Sendbird Dashboard under Notifications > Theme. If you select the default theme when creating a new template on the dashboard, it uses the same global theme settings as the UIKit. See the guide below on how to change the UIKit's theme settings.


Set up the default global theme

Copy link

Chat UIKit iOS for Notifications provides two global themes: Light and Dark.

Light theme

Copy link

This is the default theme for all templates if another theme hasn't been specified.

SBUTheme.set(colorScheme: .light)

Dark theme

Copy link

The Dark theme can be applied as shown below:

SBUTheme.set(colorScheme: .dark)