...
|
...
|
@@ -48,7 +48,7 @@ let styles = StyleSheet.create({ |
|
|
container: {
|
|
|
height: 102,
|
|
|
width: 83,
|
|
|
backgroundColor: 'rgb(255,244,244)',
|
|
|
backgroundColor: 'white',
|
|
|
marginLeft: 15,
|
|
|
marginTop: 5,
|
|
|
},
|
...
|
...
|
@@ -66,7 +66,7 @@ let styles = StyleSheet.create({ |
|
|
width: 59,
|
|
|
height: 16,
|
|
|
borderRadius:8,
|
|
|
backgroundColor: 'rgb(153,146,146)',
|
|
|
backgroundColor: 'rgb(153,153,153)',
|
|
|
flexDirection: 'row',
|
|
|
},
|
|
|
text: {
|
...
|
...
|
|