Enlarge press square of delete comment button. reviewed by redding.
Showing
1 changed file
with
5 additions
and
1 deletions
@@ -102,11 +102,15 @@ const styles = StyleSheet.create({ | @@ -102,11 +102,15 @@ const styles = StyleSheet.create({ | ||
102 | }, | 102 | }, |
103 | delete: { | 103 | delete: { |
104 | width: 80, | 104 | width: 80, |
105 | - height: 30, | 105 | + height: 40, |
106 | + top: -10, | ||
107 | + right:-20, | ||
106 | alignItems: 'flex-end', | 108 | alignItems: 'flex-end', |
107 | }, | 109 | }, |
108 | deleteImage: { | 110 | deleteImage: { |
109 | width: 20, | 111 | width: 20, |
110 | height: 20, | 112 | height: 20, |
113 | + top:10, | ||
114 | + right:20, | ||
111 | }, | 115 | }, |
112 | }); | 116 | }); |
-
Please register or login to post a comment