Fixed uneven settings dividers (#714)

This commit is contained in:
Harrison Healey 2017-07-05 10:50:53 -04:00 committed by enahum
parent 9da1abea99
commit e54861a7e9

View file

@ -137,7 +137,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
divider: {
backgroundColor: changeOpacity(theme.centerChannelColor, 0.1),
height: 1,
marginLeft: 16
marginHorizontal: 16
}
});
});