mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-02-18 01:17:06 +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({
|
||||
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…
x
Reference in New Issue
Block a user