Before the figma update, when creating an outlined button (with auto-layout / stroke position: Inside), the padding was the space from the text to the box. After the figma update, the padding is now from text to the border. The border counts as a separate +1 per side. This means when the user show/hide border, you see the component change in size.
This means that the fill button vs outline button now needs to have different paddings, OR we need to also add stroke to the fill button so the size is consistent.
Please verify if this is a bug or a new feature...
