diff --git a/src/styleRe.re b/src/styleRe.re index b9b94cdd57674d..a99593cd7e6575 100644 --- a/src/styleRe.re +++ b/src/styleRe.re @@ -216,7 +216,7 @@ let maxHeight = floatStyle "maxHeight"; let maxHeightPct = pctStyle "maxHeight"; -let maxWidth = floatStyle "maxHeight"; +let maxWidth = floatStyle "maxWidth"; let maxWidthPct = pctStyle "maxHeight"; @@ -627,4 +627,4 @@ let resizeMode v => let tintColor = stringStyle "tintColor"; -let overlayColor = stringStyle "overlayColor"; \ No newline at end of file +let overlayColor = stringStyle "overlayColor";