...
|
...
|
@@ -413,11 +413,11 @@ let styles = StyleSheet.create({ |
|
|
height: 15,
|
|
|
},
|
|
|
thumbsUpNumView: {
|
|
|
backgroundColor: 'red',
|
|
|
backgroundColor: '#D0021B',
|
|
|
borderRadius: 5,
|
|
|
position: 'absolute',
|
|
|
left: 12,
|
|
|
top: 10,
|
|
|
left: 16,
|
|
|
top: 8,
|
|
|
},
|
|
|
thumbsUpNumText: {
|
|
|
backgroundColor: 'transparent',
|
...
|
...
|
|