@applica-software-guru/react-admin 1.5.293 → 1.5.294

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/package.json CHANGED
@@ -106,5 +106,5 @@
106
106
  "type": "module",
107
107
  "types": "dist/index.d.ts",
108
108
  "typings": "dist/index.d.ts",
109
- "version": "1.5.293"
109
+ "version": "1.5.294"
110
110
  }
@@ -147,7 +147,8 @@ function RawTableFormIterator(props: TableFormIteratorProps): ReactElement | nul
147
147
  const basicStyles =
148
148
  inset === true
149
149
  ? {
150
- borderRadius: 0
150
+ borderRadius: 0,
151
+ borderBottom: `1px solid ${theme.palette.divider}`
151
152
  }
152
153
  : {
153
154
  mt: 2,