Added marginHorizontal spacing to the footer for sections.
This commit is contained in:
CJ 2019-10-12 01:30:59 -04:00 committed by GitHub
parent 55f048ad76
commit ff3ba8ea01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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