@knkcs/anker 2.0.4 → 2.0.5

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.
@@ -1852,13 +1852,13 @@ var SidebarLogo = ({ productName }) => {
1852
1852
  );
1853
1853
  if (collapsed) {
1854
1854
  return /* @__PURE__ */ jsxs(Flex, { direction: "column", align: "center", gap: "2", children: [
1855
- /* @__PURE__ */ jsx(KnkLogo, { boxSize: 28 }),
1855
+ /* @__PURE__ */ jsx(KnkLogo, { boxSize: 22 }),
1856
1856
  toggleButton
1857
1857
  ] });
1858
1858
  }
1859
1859
  return /* @__PURE__ */ jsxs(Flex, { direction: "column", align: "center", gap: "2", w: "full", children: [
1860
1860
  /* @__PURE__ */ jsxs(Flex, { direction: "column", align: "center", gap: "2", pb: "3", children: [
1861
- /* @__PURE__ */ jsx(KnkLogo, { boxSize: 48 }),
1861
+ /* @__PURE__ */ jsx(KnkLogo, { boxSize: 38 }),
1862
1862
  /* @__PURE__ */ jsx(
1863
1863
  Text,
1864
1864
  {