make back button easier to press
This commit is contained in:
parent
b8114dda7d
commit
4fd52d591c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Reference in a new issue