@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.es.js CHANGED
@@ -16081,7 +16081,7 @@ const TableBody = ({
16081
16081
  }) => /* @__PURE__ */ jsx(
16082
16082
  "tbody",
16083
16083
  {
16084
- className: cls("bg-white dark:bg-gray-950 text-sm divide-y divide-gray-100 dark:divide-gray-800 dark:divide-opacity-80", className),
16084
+ className: cls("bg-white dark:bg-gray-950 text-sm divide-y divide-gray-100 dark:divide-gray-700 dark:divide-opacity-70", className),
16085
16085
  ...rest,
16086
16086
  children
16087
16087
  }
@@ -16115,7 +16115,7 @@ const TableRow = ({
16115
16115
  style,
16116
16116
  className: cls(
16117
16117
  "bg-white dark:bg-gray-950",
16118
- onClick ? "hover:bg-slate-100 dark:hover:bg-gray-800 cursor-pointer" : "",
16118
+ onClick ? "hover:bg-slate-100 dark:hover:bg-slate-800 cursor-pointer" : "",
16119
16119
  className
16120
16120
  ),
16121
16121
  ...rest,