Skip to content

Commit

Permalink
Merge pull request react-native-elements#297 from LoriKarikari/fix-fe…
Browse files Browse the repository at this point in the history
…aturedTitle-font-android

fixed featuredTitle of Card causing 'undefined fontFamily ...' on And…
  • Loading branch information
binoy14 authored Apr 14, 2017
2 parents aea0779 + c0f42aa commit f9568c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const styles = StyleSheet.create({
fontWeight: '800'
},
android: {
fontFamily: fonts.android.black
...fonts.android.black
}
})
},
Expand Down

0 comments on commit f9568c4

Please sign in to comment.