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

# TabItemStyle

> TabItemStyle — CometChat documentation.

Styling properties of `CometChatTabItem` 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)                        |
| boxShadow            | Adds shadow effects around the component.                                                                                                                                                                   |
| iconTint             | Sets the tint or color applied to the the icon that symbolize a tab item                                                                                                                                    |
| activeIconTint       | Sets the tint or color applied to the the icon that symbolize an active tab item                                                                                                                            |
| titleTextFont        | Sets all the different properties of font for the heading text of tab item . [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                                                        |
| titleTextColor       | Sets the foreground color of the heading text of tab item.                                                                                                                                                  |
| activeTitleTextFont  | Sets all the different properties of font for the heading text of an active tab item . [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                                              |
| activeTitleTextColor | Sets the foreground color of the heading text of an active tab item.                                                                                                                                        |
| activeBackground     | Sets all background style properties of the active tab item at once, such as color, image, origin and size, or repeat method. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/background) |
| activeBorderRadius   | Sets the border radius of an active tab item                                                                                                                                                                |
