@bwp-web/components 1.5.2 → 1.5.3

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.
package/dist/index.cjs CHANGED
@@ -1830,7 +1830,7 @@ function BiampTableContainer({
1830
1830
  width: "100%",
1831
1831
  height: "100%",
1832
1832
  overflow: "hidden",
1833
- py: { xs: 0, md: 1.5 },
1833
+ pt: { xs: 0, md: 1.5 },
1834
1834
  gap: { xs: 0, md: 1 },
1835
1835
  borderTop: withBorderTop ? ({ palette }) => `0.6px solid ${palette.divider}` : void 0,
1836
1836
  borderBottom: withBorderBottom ? ({ palette }) => `0.6px solid ${palette.divider}` : void 0,