Skip to main content
Version: 1.0

Custom Theme

In this example we will add a custom theme

Adding Custom Theme

We can also provide a custom theme

useEditorBridge({
theme: {
toolbar: {
toolbarBody: {
borderTopColor: '#C6C6C6B3',
borderBottomColor: '#C6C6C6B3',
backgroundColor: '#474747',
},
// Check the ToolbarTheme type for all options
},
webview: {
backgroundColor: '#1C1C1E',
},
webviewContainer: {},
},
});