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

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

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

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

Loading…
Cancel
Save