mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-14 00:25:36 +00:00
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,
|
||||||
@ -60,4 +60,4 @@ const styles = StyleSheet.create({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
export default createPointerEventsContainer(Card);
|
export default createPointerEventsContainer(Card);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user