Skip to content

Commit

Permalink
cleaned up selectedTextStyle code
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 committed Dec 21, 2016
1 parent 6676459 commit 6b29c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buttons/ButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const ButtonGroup = ({
styles.buttonText,
textStyle && textStyle,
selectedIndex === i && {color: colors.grey1},
selectedIndex === i && selectedTextStyle && selectedTextStyle
selectedIndex === i && selectedTextStyle
]}>{button}</Text>
)
}
Expand Down

0 comments on commit 6b29c63

Please sign in to comment.