Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -240,7 +240,8 @@ const styles = StyleSheet.create({ | @@ -240,7 +240,8 @@ const styles = StyleSheet.create({ | ||
| 240 | }, | 240 | }, |
| 241 | author: { | 241 | author: { |
| 242 | fontSize: 15, | 242 | fontSize: 15, |
| 243 | - color: "#999999" | 243 | + color: "#999999", |
| 244 | + marginRight: 5, | ||
| 244 | }, | 245 | }, |
| 245 | businerrCardContaier: { | 246 | businerrCardContaier: { |
| 246 | flexDirection: "row", | 247 | flexDirection: "row", |
-
Please register or login to post a comment