> ## Documentation Index
> Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# MessageHeaderStyle

> MessageHeaderStyle — CometChat documentation.

Styling properties of the `CometChatMessageHeader` 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) |
| backButtonIconTint          | Sets the color of the back icon of the component                                                                                                                                     |
| typingIndicatorTextFont     | Sets all the different properties of font for the typing indicator text. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                                     |
| typingIndicatorTextColor    | Sets the foreground color of typing indicator text                                                                                                                                   |
| subtitleTextFont            | Sets all the different properties of font for the subtitle text. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                                             |
| subtitleTextColor           | Sets the foreground color of subtitle text                                                                                                                                           |
| onlineStatusColor           | Sets the color of the status indicator representing the user's online status                                                                                                         |
| privateGroupIconBackground  | Sets the background of the status indicator representing private groups                                                                                                              |
| passwordGroupIconBackground | Sets the background of the status indicator representing password protected groups                                                                                                   |
