Showing
3 changed files
with
10 additions
and
10 deletions
@@ -79,10 +79,10 @@ let styles = StyleSheet.create({ | @@ -79,10 +79,10 @@ let styles = StyleSheet.create({ | ||
79 | borderRadius: 25, | 79 | borderRadius: 25, |
80 | }, | 80 | }, |
81 | iconImage: { | 81 | iconImage: { |
82 | - width: 25, | ||
83 | - height: 25, | ||
84 | - marginLeft: -10, | ||
85 | - marginTop: 40, | 82 | + width: 20, |
83 | + height: 20, | ||
84 | + marginLeft: -16, | ||
85 | + marginTop: 48, | ||
86 | }, | 86 | }, |
87 | textView: { | 87 | textView: { |
88 | flexDirection: 'column', | 88 | flexDirection: 'column', |
@@ -114,10 +114,10 @@ let styles = StyleSheet.create({ | @@ -114,10 +114,10 @@ let styles = StyleSheet.create({ | ||
114 | borderRadius: 20, | 114 | borderRadius: 20, |
115 | }, | 115 | }, |
116 | iconImage: { | 116 | iconImage: { |
117 | - width: 25, | ||
118 | - height: 25, | 117 | + width: 16, |
118 | + height: 16, | ||
119 | marginLeft: -12, | 119 | marginLeft: -12, |
120 | - marginTop: 30, | 120 | + marginTop: 42, |
121 | }, | 121 | }, |
122 | textView: { | 122 | textView: { |
123 | flexDirection: 'column', | 123 | flexDirection: 'column', |
@@ -137,10 +137,10 @@ let styles = StyleSheet.create({ | @@ -137,10 +137,10 @@ let styles = StyleSheet.create({ | ||
137 | borderRadius: 20, | 137 | borderRadius: 20, |
138 | }, | 138 | }, |
139 | iconImage: { | 139 | iconImage: { |
140 | - width: 25, | ||
141 | - height: 25, | 140 | + width: 16, |
141 | + height: 16, | ||
142 | marginLeft: -12, | 142 | marginLeft: -12, |
143 | - marginTop: 30, | 143 | + marginTop: 42, |
144 | }, | 144 | }, |
145 | textView: { | 145 | textView: { |
146 | flexDirection: 'column', | 146 | flexDirection: 'column', |
-
Please register or login to post a comment