@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.js CHANGED
@@ -1285,7 +1285,7 @@ var getCommonPinningStyles = (column) => {
1285
1285
  zIndex: isPinned ? 1 : 0,
1286
1286
  backgroundColor: "white",
1287
1287
  ...isLastLeftPinnedColumn ? {
1288
- padding: 0,
1288
+ padding: "16px 8px 16px 8px",
1289
1289
  "&:after": {
1290
1290
  content: "''",
1291
1291
  position: "absolute",
@@ -1298,7 +1298,7 @@ var getCommonPinningStyles = (column) => {
1298
1298
  }
1299
1299
  } : {},
1300
1300
  ...isFirstRightPinnedColumn ? {
1301
- padding: "0px 0px 0px 8px",
1301
+ padding: "16px 8px 16px 8px",
1302
1302
  "&:after": {
1303
1303
  content: "''",
1304
1304
  position: "absolute",