@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/dist/components/ra-forms/TableForm/TableFormIterator.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +32 -32
- package/dist/react-admin.cjs.js.gz +0 -0
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +2 -1
- package/dist/react-admin.es.js.gz +0 -0
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.gz +0 -0
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ra-forms/TableForm/TableFormIterator.tsx +2 -1
package/package.json
CHANGED
|
@@ -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,
|