...
|
...
|
@@ -92,8 +92,8 @@ let styles = StyleSheet.create({ |
|
|
backgroundColor: '#999999',
|
|
|
borderRadius: 8,
|
|
|
flexDirection:'row',
|
|
|
marginLeft: 32,
|
|
|
marginRight: 22,
|
|
|
marginLeft: 28,
|
|
|
marginRight: 18,
|
|
|
justifyContent: 'center',
|
|
|
},
|
|
|
newSaleText: {
|
...
|
...
|
@@ -101,6 +101,7 @@ let styles = StyleSheet.create({ |
|
|
fontSize: 9,
|
|
|
color: 'white',
|
|
|
marginTop: 2,
|
|
|
backgroundColor: 'transparent'
|
|
|
},
|
|
|
iconStyle: {
|
|
|
marginTop: 4,
|
...
|
...
|
|