fix: Bubble style when grouping with next (#10677)

This commit is contained in:
Shivam Mishra
2025-01-14 09:05:29 +05:30
committed by GitHub
parent 35ca67c9ba
commit dbcc55665a
2 changed files with 19 additions and 4 deletions

View File

@@ -29,8 +29,8 @@ const varaintBaseMap = {
};
const orientationMap = {
[ORIENTATION.LEFT]: 'rounded-xl rounded-bl-sm',
[ORIENTATION.RIGHT]: 'rounded-xl rounded-br-sm',
[ORIENTATION.LEFT]: 'left-bubble rounded-xl rounded-bl-sm',
[ORIENTATION.RIGHT]: 'right-bubble rounded-xl rounded-br-sm',
[ORIENTATION.CENTER]: 'rounded-md',
};