From ff3ba8ea01440ee425638530798c6343da88455f Mon Sep 17 00:00:00 2001 From: CJ <38697367+imisshtml@users.noreply.github.com> Date: Sat, 12 Oct 2019 01:30:59 -0400 Subject: [PATCH] MM-18791 (#3347) Added marginHorizontal spacing to the footer for sections. --- app/screens/settings/section.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/screens/settings/section.js b/app/screens/settings/section.js index b132af8d4..b1834cf77 100644 --- a/app/screens/settings/section.js +++ b/app/screens/settings/section.js @@ -87,6 +87,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { }, footer: { marginTop: 10, + marginHorizontal: 15, fontSize: 12, color: changeOpacity(theme.centerChannelColor, 0.5), },