Screenshots

Version
corinagum/1976-RTL
Describe the bug
Bubble nub + border radius is not correctly set.
The border radius on the bubble nub corner is tuned to be smaller.
Steps to reproduce
window.WebChat.renderWebChat(
{
directLine,
locale,
styleOptions: {
botAvatarInitials: 'WC',
userAvatarInitials: 'WW',
bubbleBorderRadius: 20,
bubbleNubOffset: 10,
bubbleNubSize: 10,
bubbleFromUserBorderRadius: 20,
bubbleFromUserNubOffset: 10,
bubbleFromUserNubSize: 10
}
},
document.getElementById('webchat')
);
Expected behavior
This is LTR.

Additional context
[Bug]
Screenshots
Version
corinagum/1976-RTLDescribe the bug
Bubble nub + border radius is not correctly set.
The border radius on the bubble nub corner is tuned to be smaller.
Steps to reproduce
Expected behavior
This is LTR.
Additional context
[Bug]