Fix channel calls icon alignment (#6668)

This commit is contained in:
Elias Nahum
2022-10-07 09:14:48 -03:00
committed by GitHub
parent 2b4b7c7e92
commit 4c4d5475f3
2 changed files with 2 additions and 4 deletions

View File

@@ -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",
},
]

View File

@@ -116,9 +116,8 @@ export const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
top: 5,
},
hasCall: {
flex: 1,
textAlign: 'right',
marginRight: 20,
paddingRight: 0,
},
}));