...
|
...
|
@@ -93,10 +93,13 @@ export default class LikeList extends React.Component { |
|
|
let styles = StyleSheet.create({
|
|
|
container: {
|
|
|
flex: 1,
|
|
|
backgroundColor: 'white',
|
|
|
},
|
|
|
row: {
|
|
|
justifyContent: 'center',
|
|
|
backgroundColor: 'white',
|
|
|
marginLeft: 15,
|
|
|
marginRight: 15,
|
|
|
},
|
|
|
userBrief: {
|
|
|
height: 60,
|
...
|
...
|
@@ -105,5 +108,7 @@ let styles = StyleSheet.create({ |
|
|
separator: {
|
|
|
height: 0.5,
|
|
|
backgroundColor: '#e0e0e0',
|
|
|
marginLeft: 15,
|
|
|
marginRight: 15,
|
|
|
},
|
|
|
}); |
...
|
...
|
|