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

# CallButtonsStyle

> CallButtonsStyle — CometChat documentation.

Styling properties of the `CometChatCallButtons` 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)                                               |
| buttonPadding          | Sets the [padding area](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_box_model/Introduction_to_the_CSS_box_model#padding_area) on all four sides of both the voice call and video call buttons                             |
| buttonBorder           | Sets the border of the both the voice call and video call buttons                                                                                                                                                                  |
| buttonBorderRadius     | Sets the border radius of both the voice call and video call buttons                                                                                                                                                               |
| buttonBackground       | Sets all background style properties at once, such as color, image, origin and size, or repeat method of both the voice call and video call buttons. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/background) |
| voiceCallIconTextFont  | Sets all the different properties of font for the button text. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                                                                                             |
| voiceCallIconTextColor | Sets the foreground color of button text.                                                                                                                                                                                          |
| videoCallIconTextFont  | Sets all the different properties of font for the button text. [Reference link](https://developer.mozilla.org/en-US/docs/Web/CSS/font)                                                                                             |
| videoCallIconTextColor | Sets the foreground color of button text.                                                                                                                                                                                          |
| voiceCallIconTint      | Sets the color applied to the voice call icon                                                                                                                                                                                      |
| videoCallIconTint      | Sets the color applied to the video call icon                                                                                                                                                                                      |
