From 5e0ca727a5b11d1445782a4fd1041cf27e46c5ae Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 21 Jul 2017 18:28:30 -0400 Subject: [PATCH] PLT-253 Made margins around settings button appear even (#770) --- app/components/channel_drawer/channels_list/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 } }) },