@ctlyst.id/internal-ui 3.3.10 → 3.3.12

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.mjs CHANGED
@@ -944,7 +944,7 @@ var getCommonPinningStyles = (column) => {
944
944
  zIndex: isPinned ? 1 : 0,
945
945
  backgroundColor: "white",
946
946
  ...isLastLeftPinnedColumn ? {
947
- padding: 0,
947
+ padding: "16px 8px 16px 8px",
948
948
  "&:after": {
949
949
  content: "''",
950
950
  position: "absolute",
@@ -957,7 +957,7 @@ var getCommonPinningStyles = (column) => {
957
957
  }
958
958
  } : {},
959
959
  ...isFirstRightPinnedColumn ? {
960
- padding: "0px 0px 0px 8px",
960
+ padding: "16px 8px 16px 8px",
961
961
  "&:after": {
962
962
  content: "''",
963
963
  position: "absolute",