
I'm designing an app in PowerApps that has a few buttons in it, and these are circles. in the web version as well as the preview mode and builder mode, these buttons look fine. But in the mobile app version (which is the device type this app was made for), these buttons are cutoff on the sides but only by a few pixels, making them look like vertical ovals. Is there a way to fix this?
For reference, my button is 76 x 76 with a 0 point border (the border style is set to None) and border radii of 38.
I don't know if it's needed but the button location is X=Parent.Width-(Button1.Width+30) Y=Parent.Height-(Button1.Height+30).