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

# AIConversationSummaryStyle

> AIConversationSummaryStyle — CometChat documentation.

Styling properties of `AIConversationSummary` component.

| Name                  | Description                                                                               |
| --------------------- | ----------------------------------------------------------------------------------------- |
| titleTextFont         | Sets all the different properties of font of title.                                       |
| titleTextColor        | Sets the foreground color of title.                                                       |
| textFont              | Sets all the different properties of font of summary.                                     |
| textColor             | Sets the foreground color of summary.                                                     |
| buttonTextColor       | Sets the foreground color of the button.                                                  |
| buttonTextFont        | Sets all the different properties of font for the button.                                 |
| buttonBackground      | Sets the background for the button.                                                       |
| closeIconTint         | Sets the tint or color applied to the close button icon.                                  |
| 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.                                         |
