@eclass/ui-kit 1.52.8 → 1.52.9

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.
@@ -6492,8 +6492,10 @@ const EventsList = ({
6492
6492
  gap: "4px",
6493
6493
  alignItems: "baseline",
6494
6494
  children: [isMobile && /* @__PURE__ */ jsx(Box, {
6495
- height: "10px",
6496
- width: "10px",
6495
+ minH: "10px",
6496
+ minW: "10px",
6497
+ maxH: "10px",
6498
+ maxW: "10px",
6497
6499
  bg: color,
6498
6500
  borderRadius: "50%"
6499
6501
  }), /* @__PURE__ */ jsxs(Box, {