forked from Ivasoft/mattermost-mobile
Fix Back button position in Navigation Header (#6204)
This commit is contained in:
@@ -90,6 +90,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||||||
leftContainer: {
|
leftContainer: {
|
||||||
height: '100%',
|
height: '100%',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
paddingLeft: 16,
|
||||||
...Platform.select({
|
...Platform.select({
|
||||||
ios: {
|
ios: {
|
||||||
zIndex: 5,
|
zIndex: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user