@mamrp/components 1.0.14 → 1.0.15

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.js CHANGED
@@ -3016,7 +3016,7 @@ var Table = ({
3016
3016
  _CustomFooter,
3017
3017
  rowInPage,
3018
3018
  highlightedRowId,
3019
- evenRowBgColor = "transparent",
3019
+ evenRowBgColor = "",
3020
3020
  sortFieldMapping,
3021
3021
  setsortQuery,
3022
3022
  sortQuery,
@@ -3108,7 +3108,7 @@ var Table = ({
3108
3108
  fontSize: fontSize ?? "1rem"
3109
3109
  },
3110
3110
  "& .MuiDataGrid-row:nth-of-type(even)": {
3111
- backgroundColor: evenRowBgColor
3111
+ backgroundColor: evenRowBgColor !== "" ? "" : evenRowBgColor
3112
3112
  },
3113
3113
  ...highlightedRowId && {
3114
3114
  "& .MuiDataGrid-row": {