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

# AIConversationStarterStyle

Styling properties of `AIConversationStarter` component.

| Name                  | Description                                                                               |
| --------------------- | ----------------------------------------------------------------------------------------- |
| textFont              | Sets all the different properties of font for each conversation starter text.             |
| textBorder            | Sets the border for each conversation starter text.                                       |
| textBorderRadius      | Sets the border radius for each conversation starter text.                                |
| textColor             | Sets the foreground color of each conversation starter text.                              |
| textBackground        | Sets the background for each conversation starter text.                                   |
| emptyStateTextFont    | Sets all the different properties of font for the placeholder text for empty state.       |
| emptyStateTextColor   | Sets the foreground color of placeholder text for empty state displayed in the component. |
| loadingStateTextFont  | Sets all the different properties of font for the loading message.                        |
| loadingStateTextColor | Sets the foreground color of loading message 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.                    |
| loadingIconTint       | Sets the tint or color applied to the loading icon.                                       |
| emptyIconTint         | Sets the tint or color applied to the empty icon.                                         |
| errorIconTint         | Sets the tint or color applied to the error icon.                                         |
