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

# IncomingCallStyle

> IncomingCallStyle — CometChat documentation.

Styling properties of the `CometChatIncomingCall` component

| Properties                | 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.                                                                                                                                                                  |
| 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                                                                                                                                                                  |
| acceptButtonTextFont      | Sets all the different properties of font for the text of the accept button. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                                                        |
| acceptButtonTextColor     | Sets the foreground color of accept button text.                                                                                                                                                            |
| acceptButtonBorder        | Sets the border of the accept button                                                                                                                                                                        |
| acceptButtonBorderRadius  | Sets the border radius of the accept button                                                                                                                                                                 |
| acceptButtonBackground    | Sets all background style properties at once, such as color, image, origin and size, or repeat method for the accept button. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/background)  |
| declineButtonTextFont     | Sets all the different properties of font for the text of the decline button. Reference link                                                                                                                |
| declineButtonTextColor    | Sets the foreground color of decline button text.                                                                                                                                                           |
| declineButtonBorder       | Sets the border of the decline button                                                                                                                                                                       |
| declineButtonBorderRadius | Sets the border radius of the decline button                                                                                                                                                                |
| declineButtonBackground   | Sets all background style properties at once, such as color, image, origin and size, or repeat method for the decline button. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/background) |
