@ctlyst.id/internal-ui 3.3.11 → 3.3.12

Sign up to get free protection for your applications and to get access to all the features.
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: "16px 8px 0px 8px",
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: "16px 8px 0px 8px",
960
+ padding: "16px 8px 16px 8px",
961
961
  "&:after": {
962
962
  content: "''",
963
963
  position: "absolute",