Skip to content

Customize message bubble background color? #79

@Hyffer

Description

@Hyffer

Refer to documentation, there is no props to change the color of message bubble.

So if i want to implement this feature, which way is better? loading custom css file or using style tag in javascript? And is there some basic examples?

I know little about those front-end things. But i think it can be done by adding a param to Message or MessageGroup component. like:

<Message model={{
  message: "Hello",
  sentTime: "just now",
  sender: "Bob"
}}
 style=... (or className=...)
/>

Metadata

Metadata

Assignees

Labels

questionFurther information is requestedstyling

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions