Hi, > One alternative is to wrap a component in 4 boxes to simulate the padding but > that’s going to up your box/nest count really fast even for simple designs.
JFYI another (less heavy handed but still heavy IMO) alternative is to wrap the component that required padding in a single container and set the x and y values to simulate padding. Complications occur were you have % height and widths ie it not going to work as expected. Thanks, Justin