remove background from StackViewCard
This commit is contained in:
parent
49696d5530
commit
2f1f8cd782
|
@ -48,7 +48,7 @@ class Card extends React.Component {
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
main: {
|
main: {
|
||||||
...StyleSheet.absoluteFillObject,
|
...StyleSheet.absoluteFillObject,
|
||||||
backgroundColor: '#E9E9EF',
|
//backgroundColor: '#E9E9EF',
|
||||||
shadowColor: 'black',
|
shadowColor: 'black',
|
||||||
shadowOffset: { width: 0, height: 0 },
|
shadowOffset: { width: 0, height: 0 },
|
||||||
shadowOpacity: 0.2,
|
shadowOpacity: 0.2,
|
||||||
|
|
Loading…
Reference in New Issue