Skip to content

Commit

Permalink
Fixed maxWidth typo (facebook#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonzmyslony authored and saschatimme committed Aug 30, 2017
1 parent 36e4631 commit ef9b96d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styleRe.re
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ let maxHeight = floatStyle "maxHeight";

let maxHeightPct = pctStyle "maxHeight";

let maxWidth = floatStyle "maxHeight";
let maxWidth = floatStyle "maxWidth";

let maxWidthPct = pctStyle "maxHeight";

Expand Down Expand Up @@ -627,4 +627,4 @@ let resizeMode v =>

let tintColor = stringStyle "tintColor";

let overlayColor = stringStyle "overlayColor";
let overlayColor = stringStyle "overlayColor";

0 comments on commit ef9b96d

Please sign in to comment.