ordering-ui-react-native 0.12.40 → 0.12.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -59,9 +59,12 @@ export const WrapperSubOption = styled.View`
|
|
|
59
59
|
`
|
|
60
60
|
|
|
61
61
|
export const ProductComment = styled.View`
|
|
62
|
+
padding-bottom: 40px
|
|
62
63
|
`
|
|
63
64
|
|
|
64
65
|
export const ProductActions = styled.View`
|
|
66
|
+
position: absolute;
|
|
67
|
+
bottom: 0px;
|
|
65
68
|
min-height: 70px;
|
|
66
69
|
padding: 12px 40px;
|
|
67
70
|
width: 100%;
|
|
@@ -72,7 +75,10 @@ export const ProductActions = styled.View`
|
|
|
72
75
|
justify-content: space-between;
|
|
73
76
|
border-top-width: 1px;
|
|
74
77
|
border-top-color: ${(props: any) => props.theme.colors.border};
|
|
78
|
+
flex: 1;
|
|
79
|
+
flex-direction: row;
|
|
75
80
|
`
|
|
81
|
+
|
|
76
82
|
export const ExtraOptionWrap = styled.ScrollView`
|
|
77
83
|
margin-horizontal: -40px;
|
|
78
84
|
`;
|