@3sc/common-component 0.0.109 → 0.0.110
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -33988,7 +33988,7 @@ const Cj = ({ sortKey: e, sortDir: t, column: n }) => /* @__PURE__ */ v.jsx(v.Fr
|
|
|
33988
33988
|
{
|
|
33989
33989
|
direction: "row",
|
|
33990
33990
|
alignItems: "center",
|
|
33991
|
-
sx: { width: "100%", flexShrink: 0, paddingBottom: "0.8rem", px: 2, pt: "0.8rem",
|
|
33991
|
+
sx: { width: "100%", flexShrink: 0, paddingBottom: "0.8rem", px: 2, pt: "0.8rem", borderBottom: (p) => `0.1rem solid ${p.palette.primary.notifyBorderColor}` },
|
|
33992
33992
|
children: [
|
|
33993
33993
|
!u && /* @__PURE__ */ v.jsxs(v.Fragment, { children: [
|
|
33994
33994
|
/* @__PURE__ */ v.jsx(
|