fix: Bubble style when grouping with next (#10677)
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user