Added marginHorizontal spacing to the footer for sections.
This commit is contained in:
Mattermost Build 2019-10-17 16:56:43 +02:00 committed by Elias Nahum
parent 252cbf929e
commit ff2b1697b1

View file

@ -87,6 +87,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
},
footer: {
marginTop: 10,
marginHorizontal: 15,
fontSize: 12,
color: changeOpacity(theme.centerChannelColor, 0.5),
},