2
0

Add maxWidth and maxHeight bubble them props

Closes #458
This commit is contained in:
Baptiste Arnaud
2023-11-14 08:25:32 +01:00
parent c59df18f21
commit 74dd169b50
6 changed files with 9 additions and 5 deletions

View File

@ -116,7 +116,7 @@ Here is an example:
theme: {
button: { backgroundColor: '#0042DA', iconColor: '#FFFFFF' },
previewMessage: { backgroundColor: '#ffffff', textColor: 'black' },
chatWindow: { backgroundColor: '#ffffff' },
chatWindow: { backgroundColor: '#ffffff', maxWidth: '100%' },
},
})
</script>