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