@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.mjs CHANGED
@@ -1688,12 +1688,12 @@ var GridSettingsModal = ({
1688
1688
  children: /* @__PURE__ */ jsx(X, { className: "w-6 h-6 text-white" })
1689
1689
  }
1690
1690
  ) }),
1691
- /* @__PURE__ */ jsxs(DialogHeader, { className: cn("bg-[#82B495] text-white h-25 rounded-t-lg", headerClassname), children: [
1692
- /* @__PURE__ */ jsx(DialogTitle, { className: "text-2xl p-4", children: "Grid Settings" }),
1691
+ /* @__PURE__ */ jsxs(DialogHeader, { className: cn("bg-[#41875C] text-white h-20 rounded-t-lg", headerClassname), children: [
1692
+ /* @__PURE__ */ jsx(DialogTitle, { className: "text-xl p-2 px-4", children: "Grid Settings" }),
1693
1693
  /* @__PURE__ */ jsx(
1694
1694
  DialogDescription,
1695
1695
  {
1696
- className: cn("bg-[#8B8B8B] text-white px-4 py-2.5", descriptionClassname),
1696
+ className: cn("bg-[#A7ADB8] text-white px-4 py-2.5", descriptionClassname),
1697
1697
  children: "Add or remove columns. To change the column order, drag and drop a field."
1698
1698
  }
1699
1699
  )