@ammarkhalidfarooq/dashboard-package 0.6.0 → 0.6.1

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 CHANGED
@@ -4146,7 +4146,7 @@ var fourColGridSx = function fourColGridSx(exportMode) {
4146
4146
  gridTemplateColumns: exportMode ? "repeat(4, 1fr)" : {
4147
4147
  xs: "1fr",
4148
4148
  sm: "repeat(2, 1fr)",
4149
- md: "repeat(3, 1fr)",
4149
+ md: "repeat(2, 1fr)",
4150
4150
  xl: "repeat(4, 1fr)"
4151
4151
  },
4152
4152
  gap: GRID_GAP,