@ammarkhalidfarooq/dashboard-package 0.4.73 → 0.4.74

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
@@ -3140,9 +3140,10 @@ var TrafficSourceCard = function TrafficSourceCard(_ref) {
3140
3140
  display: "grid",
3141
3141
  gridTemplateColumns: "2.5fr 1.5fr 2fr",
3142
3142
  gap: 2,
3143
- py: 1.5,
3144
- alignItems: "center",
3145
- borderBottom: index === trafficSourceData.length - 1 ? "none" : "1px solid #f5f5f5"
3143
+ py: 0.5,
3144
+ alignItems: "center"
3145
+ // borderBottom:
3146
+ // index === trafficSourceData.length - 1 ? "none" : "1px solid #f5f5f5",
3146
3147
  },
3147
3148
  children: [/*#__PURE__*/jsxs(Box, {
3148
3149
  sx: {