remove background from StackViewCard

This commit is contained in:
Roman Volosovskyi 2019-02-25 13:55:51 +02:00
parent 49696d5530
commit 2f1f8cd782
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 2 additions and 2 deletions

View File

@ -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);