remove comments bottom margin

This commit is contained in:
feruz 2020-01-29 05:37:49 +02:00
parent 2b2c7f4451
commit c7005eb6b1
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@ import EStyleSheet from 'react-native-extended-stylesheet';
export default EStyleSheet.create({ export default EStyleSheet.create({
list: { list: {
marginBottom: 20, marginBottom: 0,
}, },
moreRepliesButtonWrapper: { moreRepliesButtonWrapper: {
backgroundColor: '$iconColor', backgroundColor: '$iconColor',

View File

@ -18,9 +18,7 @@ export default EStyleSheet.create({
justifyContent: 'space-between', justifyContent: 'space-between',
alignItems: 'center', alignItems: 'center',
}, },
overlay: { overlay: {},
backgroundColor: '#403c4449',
},
popoverText: { popoverText: {
color: '$primaryDarkText', color: '$primaryDarkText',
}, },