diff --git a/app/components/channel_drawer/channels_list/index.js b/app/components/channel_drawer/channels_list/index.js index ef6cb7cc8..3a652bbb2 100644 --- a/app/components/channel_drawer/channels_list/index.js +++ b/app/components/channel_drawer/channels_list/index.js @@ -293,10 +293,12 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { paddingHorizontal: 10, ...Platform.select({ android: { - height: 46 + height: 46, + marginRight: 6 }, ios: { - height: 44 + height: 44, + marginRight: 8 } }) },