Skip to content

Commit

Permalink
changed title sizing on speaker scene
Browse files Browse the repository at this point in the history
  • Loading branch information
cShingleton committed Sep 21, 2017
1 parent 4f6a804 commit c93f057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/scenes/Speaker/cStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const cStyles = StyleSheet.create({
textAlign: 'center',
color: colors.black,
fontFamily: typography.fontMainBold,
fontSize: typography.robotoBold24,
fontSize: typography.robotoBold20,
fontWeight: 'bold',
paddingTop: 10,
paddingBottom: 10,
Expand Down
2 changes: 1 addition & 1 deletion js/scenes/Speaker/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const styles = StyleSheet.create({
textAlign: 'center',
color: colors.black,
fontFamily: typography.fontMainBold,
fontSize: typography.robotoBold24,
fontSize: typography.robotoBold20,
fontWeight: 'bold',
paddingTop: 10,
paddingBottom: 10,
Expand Down

0 comments on commit c93f057

Please sign in to comment.