Skip to content

Commit

Permalink
fix: Add missing chat message prompt styles into bot options
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Mar 21, 2024
1 parent 51c27cf commit 61c029c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/BotOptionsService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ const defaultOptions = {
chatHistoryButtonStyle: {},
chatHistoryButtonHoveredStyle: {},
chatHistoryLineBreakStyle: {},
chatMessagePromptStyle: {},
chatMessagePromptHoveredStyle: {},
footerStyle: {},
loadingSpinnerStyle: {},
}
Expand Down

0 comments on commit 61c029c

Please sign in to comment.