@sustaina/shared-ui 1.7.2 → 1.7.3

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.
package/dist/index.js CHANGED
@@ -1717,12 +1717,12 @@ var GridSettingsModal = ({
1717
1717
  children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.X, { className: "w-6 h-6 text-white" })
1718
1718
  }
1719
1719
  ) }),
1720
- /* @__PURE__ */ jsxRuntime.jsxs(DialogHeader, { className: cn("bg-[#82B495] text-white h-25 rounded-t-lg", headerClassname), children: [
1721
- /* @__PURE__ */ jsxRuntime.jsx(DialogTitle, { className: "text-2xl p-4", children: "Grid Settings" }),
1720
+ /* @__PURE__ */ jsxRuntime.jsxs(DialogHeader, { className: cn("bg-[#41875C] text-white h-20 rounded-t-lg", headerClassname), children: [
1721
+ /* @__PURE__ */ jsxRuntime.jsx(DialogTitle, { className: "text-xl p-2 px-4", children: "Grid Settings" }),
1722
1722
  /* @__PURE__ */ jsxRuntime.jsx(
1723
1723
  DialogDescription,
1724
1724
  {
1725
- className: cn("bg-[#8B8B8B] text-white px-4 py-2.5", descriptionClassname),
1725
+ className: cn("bg-[#A7ADB8] text-white px-4 py-2.5", descriptionClassname),
1726
1726
  children: "Add or remove columns. To change the column order, drag and drop a field."
1727
1727
  }
1728
1728
  )