> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-docs-agent-in-group-react-v6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MessageListStyle

> MessageListStyle — CometChat documentation.

Styling properties of the `CometChatMessageList` component

| Name                 | Description                                                                                                                                                                          |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| width                | Sets the width of the component                                                                                                                                                      |
| height               | Sets the height of the component                                                                                                                                                     |
| border               | Sets the border of the component                                                                                                                                                     |
| borderRadius         | Sets the border radius of the component                                                                                                                                              |
| background           | Sets all background style properties at once, such as color, image, origin and size, or repeat method. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/background) |
| loadingIconTint      | Sets the tint or color applied to the loading indicator icon of the component                                                                                                        |
| emptyStateTextFont   | Sets all the different properties of font for the placeholder text.                                                                                                                  |
| emptyStateTextColor  | Sets the foreground color of placeholder text displayed in the component.                                                                                                            |
| errorStateTextFont   | Sets all the different properties of font for the error message.                                                                                                                     |
| errorStateTextColor  | Sets the foreground color of error message displayed in the component.                                                                                                               |
| nameTextFont         | Sets all the different properties of font for the message sender's name.                                                                                                             |
| nameTextColor        | Sets the foreground color of the message sender's name.                                                                                                                              |
| threadReplyTextFont  | Sets all the different properties of font for the reply text.                                                                                                                        |
| threadReplyTextColor | Sets the foreground color of reply text within a threaded conversation.                                                                                                              |
| threadReplyIconTint  | Sets the tint or color applied to the icon associated with a reply within a threaded conversation.                                                                                   |
| timestampTextFont    | Sets all the different properties of font for the timestamp text.                                                                                                                    |
| timestampTextColor   | Sets the foreground color of timestamp text.                                                                                                                                         |
