RN-71 bottom align post timestamp with username (#473)

This commit is contained in:
enahum 2017-04-09 22:33:03 -03:00 committed by GitHub
parent d206ea68de
commit 15ae765f52

View file

@ -545,6 +545,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
paddingHorizontal: 4
},
time: {
alignSelf: 'flex-end',
color: theme.centerChannelColor,
fontSize: 12,
marginLeft: 5,