Skip to content

Commit

Permalink
Merge pull request #175 from xiaoshidefeng/master
Browse files Browse the repository at this point in the history
Modify the font size
  • Loading branch information
ptomasroos authored Aug 15, 2018
2 parents 64942e5 + 05b2d05 commit 2b214bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class Badge extends React.Component {

let styles = StyleSheet.create({
container: {
fontSize: 12,
fontSize: 10,
color: '#fff',
backgroundColor: 'rgb(0, 122, 255)',
lineHeight: 15,
Expand Down

0 comments on commit 2b214bd

Please sign in to comment.