@mamrp/components 1.0.16 → 1.0.17

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
@@ -3108,7 +3108,7 @@ var Table = ({
3108
3108
  fontSize: fontSize ?? "1rem"
3109
3109
  },
3110
3110
  "& .MuiDataGrid-row:nth-of-type(even)": {
3111
- backgroundColor: evenRowBgColor !== "" ? "" : evenRowBgColor
3111
+ backgroundColor: evenRowBgColor !== "" ? evenRowBgColor : ""
3112
3112
  },
3113
3113
  ...highlightedRowId && {
3114
3114
  "& .MuiDataGrid-row": {