|
|
|
@ -103,11 +103,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
|
: Colors.theme1.white, |
|
|
|
|
fontSize: mobile |
|
|
|
|
? mobile |
|
|
|
|
? fontSize.sm |
|
|
|
|
: fontSize.lg |
|
|
|
|
: fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
fontFamily: "bold", |
|
|
|
|
}, |
|
|
|
|
]} |
|
|
|
@ -135,7 +131,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
<Text |
|
|
|
|
style={[ |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -151,8 +147,8 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
style={[ |
|
|
|
|
tw("flex-1 font-light text-right mr-2"), |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
lineHeight: mobile ? 17 : "auto", |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
// lineHeight: mobile ? 17 : "auto",
|
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -179,7 +175,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
<Text |
|
|
|
|
style={[ |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -195,8 +191,8 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
style={[ |
|
|
|
|
tw("font-light text-right mr-1"), |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
lineHeight: mobile ? 17 : "auto", |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
// lineHeight: mobile ? 17 : "auto",
|
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -213,7 +209,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
<Text |
|
|
|
|
style={[ |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -229,8 +225,8 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
style={[ |
|
|
|
|
tw("text-right mr-1"), |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
lineHeight: mobile ? 17 : "auto", |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
// lineHeight: mobile ? 17 : "auto",
|
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -258,11 +254,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
<Text |
|
|
|
|
style={[ |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile |
|
|
|
|
? mobile |
|
|
|
|
? fontSize.sm |
|
|
|
|
: fontSize.lg |
|
|
|
|
: fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -278,11 +270,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
style={[ |
|
|
|
|
tw("font-light text-right mt-1"), |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile |
|
|
|
|
? mobile |
|
|
|
|
? fontSize.sm |
|
|
|
|
: fontSize.lg |
|
|
|
|
: fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -305,7 +293,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
<Text |
|
|
|
|
style={[ |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -321,7 +309,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
style={[ |
|
|
|
|
tw("font-light text-right mr-1"), |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -349,7 +337,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
<Text |
|
|
|
|
style={[ |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -365,7 +353,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
style={[ |
|
|
|
|
tw("font-light text-right mr-1"), |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -382,7 +370,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
<Text |
|
|
|
|
style={[ |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -398,7 +386,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
style={[ |
|
|
|
|
tw("font-light text-right mr-1"), |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -426,7 +414,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
<Text |
|
|
|
|
style={[ |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -442,7 +430,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
style={[ |
|
|
|
|
tw("font-light text-right mr-1"), |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -461,7 +449,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
<Text |
|
|
|
|
style={[ |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
@ -477,7 +465,7 @@ function OrderDetails({ mobile, route, theme }) { |
|
|
|
|
style={[ |
|
|
|
|
tw("font-light text-right mr-1"), |
|
|
|
|
{ |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.lg, |
|
|
|
|
fontSize: mobile ? fontSize.sm : fontSize.tiny, |
|
|
|
|
color: |
|
|
|
|
theme === "light" |
|
|
|
|
? Colors.theme1.green79 |
|
|
|
|