Skip to content

Commit

Permalink
Disables font scaling on icons by default. oblador#149
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed May 7, 2016
1 parent 0d5f8fe commit ea352f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/create-icon-set.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default function createIconSet(glyphMap, fontFamily, fontFile) {

static defaultProps = {
size: DEFAULT_ICON_SIZE,
allowFontScaling: false,
};

setNativeProps(nativeProps) {
Expand Down

0 comments on commit ea352f4

Please sign in to comment.