|
|
|
@ -27,7 +27,7 @@ const ProductQuestion = ({ list, mobile }) => { |
|
|
|
|
style={{ |
|
|
|
|
fontFamily: "bold", |
|
|
|
|
color: Colors.theme1[colorScheme].green79, |
|
|
|
|
fontSize: mobile ? fontSize.lg : fontSize.xl3, |
|
|
|
|
fontSize: mobile ? fontSize.tiny : fontSize.xl3, |
|
|
|
|
textAlign: ios ? "right" : "auto", |
|
|
|
|
}} |
|
|
|
|
> |
|
|
|
@ -37,7 +37,7 @@ const ProductQuestion = ({ list, mobile }) => { |
|
|
|
|
style={{ |
|
|
|
|
fontFamily: "bold", |
|
|
|
|
color: "#323232", |
|
|
|
|
fontSize: mobile ? fontSize.tiny : fontSize.base, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.base, |
|
|
|
|
textAlign: ios ? "right" : "auto", |
|
|
|
|
}} |
|
|
|
|
> |
|
|
|
@ -49,7 +49,7 @@ const ProductQuestion = ({ list, mobile }) => { |
|
|
|
|
style={{ |
|
|
|
|
fontFamily: "bold", |
|
|
|
|
color: Colors.theme1[colorScheme].green79, |
|
|
|
|
fontSize: fontSize.lg, |
|
|
|
|
fontSize: fontSize.tiny, |
|
|
|
|
marginTop: 10, |
|
|
|
|
textAlign: ios ? "right" : "auto", |
|
|
|
|
}} |
|
|
|
@ -60,7 +60,7 @@ const ProductQuestion = ({ list, mobile }) => { |
|
|
|
|
style={{ |
|
|
|
|
fontFamily: "bold", |
|
|
|
|
color: Colors.theme1[colorScheme].gray2077, |
|
|
|
|
fontSize: mobile ? fontSize.tiny : fontSize.base, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.base, |
|
|
|
|
textAlign: ios ? "right" : "auto", |
|
|
|
|
marginTop: mobile ? "" : 10, |
|
|
|
|
}} |
|
|
|
@ -92,7 +92,7 @@ const ProductQuestion = ({ list, mobile }) => { |
|
|
|
|
<Text |
|
|
|
|
style={[ |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.lg : fontSize.xl3, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.xl3, |
|
|
|
|
color: Colors.theme1[colorScheme].green79, |
|
|
|
|
fontFamily: "demi", |
|
|
|
|
}, |
|
|
|
|