@mamrp/components 1.0.17 → 1.0.18

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
@@ -3110,6 +3110,9 @@ var Table = ({
3110
3110
  "& .MuiDataGrid-row:nth-of-type(even)": {
3111
3111
  backgroundColor: evenRowBgColor !== "" ? evenRowBgColor : ""
3112
3112
  },
3113
+ "& .MuiDataGrid-row:hover": {
3114
+ backgroundColor: "rgba(0, 0, 0, 0.08)"
3115
+ },
3113
3116
  ...highlightedRowId && {
3114
3117
  "& .MuiDataGrid-row": {
3115
3118
  [`&[data-id="${highlightedRowId}"]`]: {