Skip to content

Commit

Permalink
Fix minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
DeVoresyah committed Feb 26, 2020
1 parent b0eb1b3 commit a800111
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions App/Navigation/Styles/NavigationStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ export default StyleSheet.create({
default: {
borderBottomWidth: 0,
elevation: 0,
backgroundColor: Colors.primary
shadowOpacity: 0,
backgroundColor: Colors.primary,
},
title: {
fontFamily: Fonts.type.medium,
color: Colors.black,
textAlign: 'center',
alignItems: 'center',
justifyContent: 'center',
alignSelf: 'center',
flex: 1,
// textAlign: 'center',
// alignItems: 'center',
// alignContent: 'center',
// justifyContent: 'center',
// alignSelf: 'center',
// flex: 1,
// flexDirection: 'row',
fontSize: 17,
},
})

0 comments on commit a800111

Please sign in to comment.