We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66122eb commit 3bfc280Copy full SHA for 3bfc280
docs/introduction/bot_options.md
@@ -15,7 +15,7 @@ Each of these two categories contain `sections` (which in turn contains `propert
15
- `advance: {useCustomMessages: true}`
16
- `audio: {disabled: false}`
17
- `theme: {primaryColor: "#ff0000", embedded: true}`
18
-- `headerStyle: {backgroundColor: "#00ff00", color: "#0000ff"}`
+- `headerStyle: {background: "#00ff00", color: "#0000ff"}`
19
- `footerStyle: {fontSize: 12}`
20
21
:::tip Tip
@@ -108,7 +108,7 @@ import { ChatBot } from 'react-chatbotify';
108
const options = {
109
// ...other configurations
110
headerStyle: {
111
- backgroundColor: '#42b0c5',
+ background: '#42b0c5',
112
color: '#ffffff',
113
padding: '10px',
114
},
0 commit comments