reza fixed video and display font

master
Reza_ashrafi 2 years ago
parent a9a639b82a
commit 2e87980bf9
  1. 4
      src/screens/Video/components/Season.js
  2. 4
      src/screens/Video/index.js
  3. 4
      src/screens/VideoDisplay/components/Season/index.js
  4. 2
      src/screens/VideoDisplay/index.js

@ -108,7 +108,7 @@ const Season = ({
width: "100%", width: "100%",
textAlign: "center", textAlign: "center",
fontFamily: "bold", fontFamily: "bold",
fontSize: mobile ? fontSize.tiny : fontSize.lg, fontSize: mobile ? fontSize.tiny : fontSize.tiny,
color: color:
Number(index) === 0 Number(index) === 0
? Colors.theme1.greenCF ? Colors.theme1.greenCF
@ -143,7 +143,7 @@ const Season = ({
style={[ style={[
{ {
fontFamily: "bold", fontFamily: "bold",
fontSize: mobile ? fontSize.base : fontSize.xl, fontSize: mobile ? fontSize.base : fontSize.base,
color: color:
theme === "light" theme === "light"
? Colors.theme1.green79 ? Colors.theme1.green79

@ -137,7 +137,7 @@ function Product({
theme === "light" theme === "light"
? Colors.theme1.green79 ? Colors.theme1.green79
: Colors.theme1.white, : Colors.theme1.white,
fontSize: mobile ? fontSize.base : fontSize.xl3, fontSize: mobile ? fontSize.base : fontSize.xl,
marginBottom: 0, marginBottom: 0,
fontFamily: "demi", fontFamily: "demi",
}} }}
@ -150,7 +150,7 @@ function Product({
theme === "light" theme === "light"
? Colors.theme1.green79 ? Colors.theme1.green79
: Colors.theme1.white, : Colors.theme1.white,
fontSize: mobile ? fontSize.tiny : fontSize.xl, fontSize: mobile ? fontSize.tiny : fontSize.lg,
marginTop: 10, marginTop: 10,
fontFamily: "regular", fontFamily: "regular",
}} }}

@ -91,7 +91,7 @@ const Season = ({
style={[ style={[
{ {
fontFamily: "bold", fontFamily: "bold",
fontSize: mobile ? fontSize.base : fontSize.xl, fontSize: mobile ? fontSize.base : fontSize.base,
color: color:
activeUnit === unit activeUnit === unit
? "white" ? "white"
@ -122,7 +122,7 @@ const Season = ({
width: "100%", width: "100%",
textAlign: "center", textAlign: "center",
fontFamily: "demi", fontFamily: "demi",
fontSize: mobile ? fontSize.base : fontSize.xl, fontSize: mobile ? fontSize.base : fontSize.base,
color: color:
activeUnit === unit activeUnit === unit
? "white" ? "white"

@ -86,7 +86,7 @@ function VideoDisplay({ route, mobile, theme }) {
marginTop: mobile ? 8 : 12, marginTop: mobile ? 8 : 12,
color: color:
theme === "light" ? Colors.theme1.gray20 : Colors.theme1.white, theme === "light" ? Colors.theme1.gray20 : Colors.theme1.white,
textAlign: ios ? "right" : "auto", textAlign: "right",
}} }}
> >
{route.params.unit?.name} {route.params.unit?.name}

Loading…
Cancel
Save