diff --git a/App/Navigation/Styles/NavigationStyles.js b/App/Navigation/Styles/NavigationStyles.js index 236fd60..206cb2d 100644 --- a/App/Navigation/Styles/NavigationStyles.js +++ b/App/Navigation/Styles/NavigationStyles.js @@ -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, }, })