Skip to content

Commit 8c7c9ff

Browse files
committed
fix: styleProps
1 parent 042a6c1 commit 8c7c9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui/src/ImageList/ImageList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const ImageList = React.forwardRef(function ImageList(inProps, ref) {
9292
? { columnCount: cols, columnGap: gap, ...styleProp }
9393
: { gridTemplateColumns: `repeat(${cols}, 1fr)`, gap, ...styleProp };
9494

95-
const styleProps = { ...props, component, variant };
95+
const styleProps = { ...props, component, gap, rowHeight, variant };
9696

9797
const classes = useUtilityClasses(styleProps);
9898

0 commit comments

Comments
 (0)