Skip to content

Commit

Permalink
doc update (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Wang <charlwan@microsoft.com>
  • Loading branch information
charliewang95 and charlwan authored Dec 7, 2023
1 parent c3533cf commit c167932
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/customizations/webchatcontainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,14 @@ liveChatWidgetProps = {
...
liveChatWidgetProps = {
...liveChatWidgetProps,
headerProps: {
controlProps: {
headerIconProps: {
src: "https://msft-lcw-trial.azureedge.net/public/resources/microsoft.jpg"
},
headerTitleProps: {
text: "Contoso Coffee"
webChatContainerProps: {
renderingMiddlewareProps: {
userMessageStyleProps: {
fontSize: "20px"
},
systemMessageStyleProps: {
fontSize: "20px"
}
}
}
};
Expand Down

0 comments on commit c167932

Please sign in to comment.