I have looked on F.Mysir answer and inside alpha() function, Google set clip=true. I have replaced Modifier.alpha(0.99f) with Modifier.clipToBounds() and it looks like the issue was fixed.
clip=true
Modifier.alpha(0.99f)
Modifier.clipToBounds()