Skip to content

Commit

Permalink
updated readme, updated buttonGroup font size
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 committed Sep 13, 2016
1 parent 333a833 commit ee8217d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ render () {
const { selectedIndex } = this.state
return (
<ButtonGroup
onPress={this.updateIndex}
selectedIndex={selectedIndex}
buttons={buttons} />
)
Expand Down
2 changes: 1 addition & 1 deletion src/buttons/ButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ styles = StyleSheet.create({
paddingTop: 5,
paddingBottom: 5,
textAlign: 'center',
fontSize: 11,
fontSize: 13,
color: colors.grey2,
...Platform.select({
ios: {
Expand Down

0 comments on commit ee8217d

Please sign in to comment.