adjust bubble arrow

This commit is contained in:
Ajay Bura 2025-09-14 15:22:06 +05:30
parent fc2cdba317
commit 9da1d7bd77

View file

@ -158,7 +158,7 @@ export const BubbleContentArrow = style({
width: toRem(8), width: toRem(8),
height: toRem(8), height: toRem(8),
position: 'absolute', position: 'absolute',
top: toRem(12), top: toRem(12.5),
zIndex: 1, zIndex: 1,
transform: 'rotateZ(45deg)', transform: 'rotateZ(45deg)',
}, },