forked from Ivasoft/mattermost-mobile
Fix channel calls icon alignment (#6668)
This commit is contained in:
@@ -245,8 +245,7 @@ exports[`components/channel_list/categories/body/channel_item should match snaps
|
||||
false,
|
||||
false,
|
||||
Object {
|
||||
"flex": 1,
|
||||
"marginRight": 20,
|
||||
"paddingRight": 0,
|
||||
"textAlign": "right",
|
||||
},
|
||||
]
|
||||
|
||||
@@ -116,9 +116,8 @@ export const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
||||
top: 5,
|
||||
},
|
||||
hasCall: {
|
||||
flex: 1,
|
||||
textAlign: 'right',
|
||||
marginRight: 20,
|
||||
paddingRight: 0,
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user