When I create an application, I put the CSS buttons with the layout, but now I have to create images to put in place of these buttons.
That's when a big question came to me, as the button measures are:
botao: {
width: 140,
height: 140,
marginLeft: 10,
marginRight: 10,
marginBottom: 20,
},
But this 140 represents what measure? 140px? What measures should I use in the image?