Ionic Popover Style Issue

Hey I’m using a popover with a ion-list inside. Check out the image below to see the CSS issue I have.

image

Notice how the delete button has a curved top right corner? Is this a bug?

Not sure if it is a issue with ionic, but what if you put a negative margin on the first list item? does the rounded corner fit in the popover’s rounded corner?
Perhaps that is supposed to happen so that the delete doesn’t extend outside of the popover.

Just an idea… and you could remove the rounded corner if you don’t want it using your own CSS.