MM-10016 Globe icon not centered to the channel title in LHS (#1581)
This commit is contained in:
parent
4459ef4f20
commit
244ad60525
1 changed files with 4 additions and 3 deletions
|
|
@ -188,7 +188,6 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
},
|
||||
item: {
|
||||
alignItems: 'center',
|
||||
height: 44,
|
||||
flex: 1,
|
||||
flexDirection: 'row',
|
||||
paddingLeft: 16,
|
||||
|
|
@ -199,11 +198,13 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
},
|
||||
text: {
|
||||
color: changeOpacity(theme.sidebarText, 0.4),
|
||||
flex: 1,
|
||||
fontSize: 14,
|
||||
fontWeight: '600',
|
||||
lineHeight: 16,
|
||||
paddingRight: 40,
|
||||
height: '100%',
|
||||
width: '100%',
|
||||
textAlignVertical: 'center',
|
||||
lineHeight: 44,
|
||||
},
|
||||
textActive: {
|
||||
color: theme.sidebarTextActiveColor,
|
||||
|
|
|
|||
Loading…
Reference in a new issue