Authored by 盖剑秋

Enlarge press square of delete comment button. reviewed by redding.

... ... @@ -102,11 +102,15 @@ const styles = StyleSheet.create({
},
delete: {
width: 80,
height: 30,
height: 40,
top: -10,
right:-20,
alignItems: 'flex-end',
},
deleteImage: {
width: 20,
height: 20,
top:10,
right:20,
},
});
... ...