@superdispatch/ui-lab 0.20.0 → 0.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,7 +81,7 @@ export function SidebarContent(_ref2) {
81
81
  })
82
82
  })
83
83
  }), /*#__PURE__*/_jsx(Box, {
84
- padding: dense ? 'none' : 'medium',
84
+ padding: dense ? 'none' : ['small', 'medium'],
85
85
  children: children
86
86
  })]
87
87
  });
package/dist-web/index.js CHANGED
@@ -1791,7 +1791,7 @@ function SidebarContent(_ref2) {
1791
1791
  })
1792
1792
  })
1793
1793
  }), /*#__PURE__*/jsx(Box, {
1794
- padding: dense ? 'none' : 'medium',
1794
+ padding: dense ? 'none' : ['small', 'medium'],
1795
1795
  children: children
1796
1796
  })]
1797
1797
  });