Skip to content

Commit 7079c52

Browse files
Deny button functionality in Desclaimer
1 parent 9994597 commit 7079c52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can also customize chatbot with different configuration
144144
blurredBackgroundColor: 'rgba(0, 0, 0, 0.4)', //The color of the blurred background that overlays the chat interface
145145
backgroundColor: 'white',
146146
denyButtonText: 'Cancel',
147-
denyButtonBgColor: '#ef4444'
147+
denyButtonBgColor: '#ef4444',
148148
},
149149
customCSS: ``, // Add custom CSS styles. Use !important to override default styles
150150
chatWindow: {

src/components/Bot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export type BotProps = {
155155
disclaimer?: DisclaimerPopUpTheme;
156156
dateTimeToggle?: DateTimeToggleTheme;
157157
renderHTML?: boolean;
158-
closeBot?: () => void
158+
closeBot?: () => void;
159159
};
160160

161161
export type LeadsConfig = {

0 commit comments

Comments
 (0)