make back button easier to press

This commit is contained in:
Jake Howard 2016-03-18 13:28:02 +00:00
parent b8114dda7d
commit 4fd52d591c

View File

@ -18,7 +18,8 @@ const styles = StyleSheet.create({
paddingHorizontal: 15, paddingHorizontal: 15,
}, },
text: { text: {
color: GlobalStyles.get('CIRCLE_NAVBAR_TEXT') color: GlobalStyles.get('CIRCLE_NAVBAR_TEXT'),
paddingHorizontal: 10
} }
}); });