> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-feature-card-builder.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MessageInformationStyle

> MessageInformationStyle — CometChat documentation.

Styling properties of `CometChatMessageInformation` 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) |
| titleTextFont       | Sets all the different properties of font for the heading text. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                                              |
| titleTextColor      | Sets the foreground color of heading text.                                                                                                                                           |
| emptyStateTextFont  | Sets all the different properties of font for the placeholder text. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                                          |
| emptyStateTextColor | Sets the foreground color of placeholder text displayed in the component.                                                                                                            |
| errorStateTextFont  | Sets all the different properties of font for the error message. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                                             |
| errorStateTextColor | Sets the foreground color of error message displayed in the component                                                                                                                |
| loadingIconTint     | Sets the tint or color applied to the loading indicator icon of the component                                                                                                        |
| readIconTint        | Sets the tint or color applied to the icon representing the read status of the message in the component                                                                              |
| deliveredIconTint   | Sets the tint or color applied to the icon representing the delivered status of the message in the component                                                                         |
| dividerTint         | Sets the background style properties for the separator between the individual items. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/background)                   |
| subtitleTextFont    | Sets all the different properties of font for the secondary text of each message receipt. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                    |
| subtitleTextColor   | Sets the foreground color of the secondary text of each message receipt                                                                                                              |
| captionTextFont     | Sets all the different properties of font for the caption text of each section. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                              |
| captionTextColor    | Sets the foreground color for the caption text of each section                                                                                                                       |
