Add a border to the sprite, then it will cut that away. The reason is that you have filtering on the atlas texture, and that makes it filter with the pixels around your image. Setting a border, will make it cut away the border with a filled sprite, this the outer edges will filter with the border colors, and it will look right.