mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-03 03:25:24 +03:00
remove comments bottom margin
This commit is contained in:
parent
2b2c7f4451
commit
c7005eb6b1
@ -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',
|
||||||
|
@ -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',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user