@ammarkhalidfarooq/dashboard-package 0.5.6 → 0.5.7
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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3098,8 +3098,8 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
|
|
|
3098
3098
|
sx: {
|
|
3099
3099
|
display: "grid",
|
|
3100
3100
|
gridTemplateColumns: "2.5fr 1.5fr 2fr",
|
|
3101
|
-
gap: 2
|
|
3102
|
-
mb: 1.5
|
|
3101
|
+
gap: 2
|
|
3102
|
+
// mb: 1.5,
|
|
3103
3103
|
},
|
|
3104
3104
|
children: [/*#__PURE__*/jsxRuntime.jsx(material.Typography, {
|
|
3105
3105
|
sx: {
|