@mamrp/components 1.0.17 → 1.0.19

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
@@ -3107,8 +3107,13 @@ var Table = ({
3107
3107
  "& .MuiDataGrid-columnHeaderTitle": {
3108
3108
  fontSize: fontSize ?? "1rem"
3109
3109
  },
3110
- "& .MuiDataGrid-row:nth-of-type(even)": {
3111
- backgroundColor: evenRowBgColor !== "" ? evenRowBgColor : ""
3110
+ ...evenRowBgColor !== "" && {
3111
+ "& .MuiDataGrid-row:nth-child(even)": {
3112
+ backgroundColor: evenRowBgColor
3113
+ }
3114
+ },
3115
+ "& .MuiDataGrid-row:hover": {
3116
+ backgroundColor: "rgba(0, 0, 0, 0.08)"
3112
3117
  },
3113
3118
  ...highlightedRowId && {
3114
3119
  "& .MuiDataGrid-row": {