@firecms/ui 3.0.0-canary.140 → 3.0.0-canary.142

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.umd.js CHANGED
@@ -16092,7 +16092,7 @@
16092
16092
  }) => /* @__PURE__ */ jsxRuntime.jsx(
16093
16093
  "tbody",
16094
16094
  {
16095
- className: cls("bg-white dark:bg-gray-950 text-sm divide-y divide-gray-100 dark:divide-gray-800 dark:divide-opacity-80", className),
16095
+ className: cls("bg-white dark:bg-gray-950 text-sm divide-y divide-gray-100 dark:divide-gray-700 dark:divide-opacity-70", className),
16096
16096
  ...rest,
16097
16097
  children
16098
16098
  }
@@ -16126,7 +16126,7 @@
16126
16126
  style,
16127
16127
  className: cls(
16128
16128
  "bg-white dark:bg-gray-950",
16129
- onClick ? "hover:bg-slate-100 dark:hover:bg-gray-800 cursor-pointer" : "",
16129
+ onClick ? "hover:bg-slate-100 dark:hover:bg-slate-800 cursor-pointer" : "",
16130
16130
  className
16131
16131
  ),
16132
16132
  ...rest,