bibot 1.0.64 → 1.0.66

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -4343,9 +4343,9 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4343
4343
  }), messages.map(function (message, index) {
4344
4344
  return message.sender === 'user' ? React.createElement("div", {
4345
4345
  key: index,
4346
- className: "message " + message.sender,
4346
+ className: '',
4347
4347
  style: {
4348
- marginBottom: 10,
4348
+ marginTop: 10,
4349
4349
  padding: '5px 10px',
4350
4350
  borderTopRightRadius: 15,
4351
4351
  borderTopLeftRadius: 15,