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({
|
||||
main: {
|
||||
...StyleSheet.absoluteFillObject,
|
||||
backgroundColor: '#E9E9EF',
|
||||
//backgroundColor: '#E9E9EF',
|
||||
shadowColor: 'black',
|
||||
shadowOffset: { width: 0, height: 0 },
|
||||
shadowOpacity: 0.2,
|
||||
|
@ -60,4 +60,4 @@ const styles = StyleSheet.create({
|
|||
}
|
||||
});
|
||||
|
||||
export default createPointerEventsContainer(Card);
|
||||
export default createPointerEventsContainer(Card);
|
||||
|
|
Loading…
Reference in New Issue