diff --git a/dist/index.mjs b/dist/index.mjs index 1a7a0c431..a5d635b0b 100644 --- a/dist/index.mjs +++ b/dist/index.mjs @@ -7814,7 +7814,7 @@ const yn = ({ primary: t, sx: e, ...n }) => /* @__PURE__ */ h.jsx( { icon: c ? ze.arrow_up : ze.arrow_down, onClick: u, - sx: { cursor: "pointer", mr: "-31px" } + sx: { cursor: "pointer", mb: "-31px" } } ) } diff --git a/src/components/card/index.tsx b/src/components/card/index.tsx index 1571ece81..4599f5537 100644 --- a/src/components/card/index.tsx +++ b/src/components/card/index.tsx @@ -92,7 +92,7 @@ const Card = ({ )}