@learncard/react 2.6.61 → 2.6.62

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.
@@ -2824,7 +2824,7 @@ const VCDisplayCardSkillsCount = ({ skills, onClick }) => {
2824
2824
  const total = totalSkills + totalSubskills;
2825
2825
  const text = skillsCount === 1 ? "Skill" : "Skills";
2826
2826
  return /* @__PURE__ */ React__default["default"].createElement("div", {
2827
- className: "flex items-center justify-center mt-8 cursor-pointer",
2827
+ className: "flex items-center justify-center mt-8 cursor-pointer px-4 py-2 bg-white rounded-[20px] shadow-bottom",
2828
2828
  onClick
2829
2829
  }, /* @__PURE__ */ React__default["default"].createElement("p", {
2830
2830
  className: "text-violet-500 text-xl flex items-center justify-center tracking-[0.75px] font-poppins font-semibold"
@@ -3060,4 +3060,4 @@ exports.capitalize = capitalize;
3060
3060
  exports.getBaseUrl = getBaseUrl;
3061
3061
  exports.prettyBytes = prettyBytes;
3062
3062
  exports.truncateWithEllipsis = truncateWithEllipsis;
3063
- //# sourceMappingURL=CertificateDisplayCard-efd46ea1.js.map
3063
+ //# sourceMappingURL=CertificateDisplayCard-0313937f.js.map