prosperita-dumbo-react 4.0.2 → 4.0.4

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.
@@ -11756,7 +11756,6 @@ const f5 = /* @__PURE__ */ s(k, { children: /* @__PURE__ */ s(
11756
11756
  line-height: 18px;
11757
11757
  letter-spacing: 0.16px;
11758
11758
  color: ${d.textPrimary};
11759
- background:red;
11760
11759
  align-items:center
11761
11760
  `, C5 = I.div`
11762
11761
  margin: 0;
@@ -12402,12 +12401,14 @@ const P5 = /* @__PURE__ */ s(k, { children: /* @__PURE__ */ s(
12402
12401
  onClick: o,
12403
12402
  style: {
12404
12403
  fontWeight: a ? "600" : "300",
12404
+ fontFamily: "IBM Plex Sans",
12405
12405
  color: a ? d.textPrimary : "",
12406
12406
  padding: "1em",
12407
12407
  border: "none",
12408
- borderBottom: a ? `2px solid ${t}` : "none",
12408
+ borderBottom: a ? `2px solid ${t}` : "2px solid transparent",
12409
12409
  cursor: "pointer",
12410
- zIndex: "1"
12410
+ zIndex: "1",
12411
+ transition: "border-bottom 0.3s ease-in-out"
12411
12412
  },
12412
12413
  children: [
12413
12414
  r,