Skip to content

Commit 014485b

Browse files
committedOct 1, 2024·
docs: Add send button disabled style to docs
1 parent d648e50 commit 014485b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎docs/api/styles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export const DefaultStyles: Styles = {
4545
chatHistoryButtonHoveredStyle: {},
4646
sendButtonStyle: {},
4747
sendButtonHoveredStyle: {},
48+
sendButtonDisabledStyle: {},
4849
audioButtonStyle: {},
4950
audioButtonDisabledStyle: {},
5051
closeChatButtonStyle: {},
@@ -115,6 +116,7 @@ If you wish to refine the appearance of the chatbot, these are the list of secti
115116
| headerStyle | `object` | {} | Styles for the chatbot header. |
116117
| loadingSpinnerStyle | `object` | {} | Styles for the loading spinner. |
117118
| notificationBadgeStyle | `object` | {} | Styles for the chatbot notification badge. |
119+
| sendButtonDisabledStyle | `object` | {} | Styles for the disabled send button. |
118120
| sendButtonHoveredStyle | `object` | {} | Styles for the hovered send button. |
119121
| sendButtonStyle | `object` | {} | Styles for the send button. |
120122
| tooltipStyle | `object` | {} | Styles for the chatbot tooltip. |

‎docs/concepts/styles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Within `styles`, you will find different **sections** corresponding to different
3434
- **loadingSpinnerStyle**: Styles for the loading spinner.
3535
- **notificationBadgeStyle**: Styles for the chatbot notification badge.
3636
- **sendButtonHoveredStyle**: Styles for the hovered send button.
37+
- **audioButtonDisabledStyle**: Styles for the disabled audio button.
3738
- **tooltipStyle**: Styles for the chatbot tooltip.
3839

3940
For the full list of available sections, you may refer to the [**API documentation**](/docs/api/styles#sections).

0 commit comments

Comments
 (0)
Please sign in to comment.