|
|
@ -66,12 +66,12 @@ function MostViewedVideo({ videos, grades, mobile, theme }) { |
|
|
|
</View> |
|
|
|
</View> |
|
|
|
<Text |
|
|
|
<Text |
|
|
|
style={{ |
|
|
|
style={{ |
|
|
|
fontSize: mobile ? fontSize.base : fontSize.xl, |
|
|
|
fontSize: mobile ? fontSize.base : fontSize.base, |
|
|
|
marginTop: 5, |
|
|
|
marginTop: 5, |
|
|
|
paddingRight: 4, |
|
|
|
paddingRight: 4, |
|
|
|
color: |
|
|
|
color: |
|
|
|
theme === "light" ? Colors.theme1.gray20 : Colors.theme1.white, |
|
|
|
theme === "light" ? Colors.theme1.gray20 : Colors.theme1.white, |
|
|
|
fontFamily: "regular", |
|
|
|
fontFamily: "bold", |
|
|
|
}} |
|
|
|
}} |
|
|
|
> |
|
|
|
> |
|
|
|
{"دوره ویدئویی" + " " + video?.name} |
|
|
|
{"دوره ویدئویی" + " " + video?.name} |
|
|
@ -106,7 +106,7 @@ function MostViewedVideo({ videos, grades, mobile, theme }) { |
|
|
|
? Colors.theme1.gray20 |
|
|
|
? Colors.theme1.gray20 |
|
|
|
: Colors.theme1.white, |
|
|
|
: Colors.theme1.white, |
|
|
|
fontFamily: "bold", |
|
|
|
fontFamily: "bold", |
|
|
|
fontSize: mobile ? fontSize.xl : fontSize.xl3, |
|
|
|
fontSize: fontSize.xl, |
|
|
|
}, |
|
|
|
}, |
|
|
|
]} |
|
|
|
]} |
|
|
|
> |
|
|
|
> |
|
|
@ -121,7 +121,7 @@ function MostViewedVideo({ videos, grades, mobile, theme }) { |
|
|
|
? Colors.theme1.gray20 |
|
|
|
? Colors.theme1.gray20 |
|
|
|
: Colors.theme1.white, |
|
|
|
: Colors.theme1.white, |
|
|
|
fontFamily: "light", |
|
|
|
fontFamily: "light", |
|
|
|
fontSize: mobile ? fontSize.tiny : fontSize.lg, |
|
|
|
fontSize: fontSize.tiny, |
|
|
|
marginTop: 0, |
|
|
|
marginTop: 0, |
|
|
|
}} |
|
|
|
}} |
|
|
|
> |
|
|
|
> |
|
|
|