Skip to content

Commit

Permalink
Increased bold fontWeight
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazzarolo committed Jan 14, 2018
1 parent 4287461 commit 962971c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class DialogButton extends React.PureComponent {
style,
...otherProps
} = this.props;
const fontWeight = bold ? "500" : "normal";
const fontWeight = bold ? "600" : "normal";
return (
<TouchableOpacity
style={styles.button}
Expand Down

0 comments on commit 962971c

Please sign in to comment.