@fixefy/fixefy-ui-components 0.3.71 → 0.3.72
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.
|
@@ -60,9 +60,6 @@ const FxGridEmptyState = ()=>{
|
|
|
60
60
|
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_material.Box, {
|
|
61
61
|
display: 'flex',
|
|
62
62
|
flexDirection: 'column',
|
|
63
|
-
sx: {
|
|
64
|
-
marginTop: '40px'
|
|
65
|
-
},
|
|
66
63
|
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_material.Typography, {
|
|
67
64
|
variant: "h5",
|
|
68
65
|
children: "There is currently no data to display."
|
package/package.json
CHANGED