We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042a6c1 commit 8c7c9ffCopy full SHA for 8c7c9ff
packages/material-ui/src/ImageList/ImageList.js
@@ -92,7 +92,7 @@ const ImageList = React.forwardRef(function ImageList(inProps, ref) {
92
? { columnCount: cols, columnGap: gap, ...styleProp }
93
: { gridTemplateColumns: `repeat(${cols}, 1fr)`, gap, ...styleProp };
94
95
- const styleProps = { ...props, component, variant };
+ const styleProps = { ...props, component, gap, rowHeight, variant };
96
97
const classes = useUtilityClasses(styleProps);
98
0 commit comments