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