diff --git a/navigation/bottomNavigation.js b/navigation/bottomNavigation.js index 400a694..e821cc1 100644 --- a/navigation/bottomNavigation.js +++ b/navigation/bottomNavigation.js @@ -9,7 +9,7 @@ const bottomNavigationList = { }, vod: { label: "ویدئوها", - isActive: false, + isActive: true, }, cart: { label: "سبد خرید", diff --git a/src/screens/Videos/components/MostViewedVideo.js b/src/screens/Videos/components/MostViewedVideo.js index 67ed27e..c46917b 100644 --- a/src/screens/Videos/components/MostViewedVideo.js +++ b/src/screens/Videos/components/MostViewedVideo.js @@ -66,12 +66,12 @@ function MostViewedVideo({ videos, grades, mobile, theme }) { {"دوره ویدئویی" + " " + video?.name} @@ -106,7 +106,7 @@ function MostViewedVideo({ videos, grades, mobile, theme }) { ? Colors.theme1.gray20 : Colors.theme1.white, 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.white, fontFamily: "light", - fontSize: mobile ? fontSize.tiny : fontSize.lg, + fontSize: fontSize.tiny, marginTop: 0, }} > diff --git a/src/screens/Videos/components/NewestVideo.js b/src/screens/Videos/components/NewestVideo.js index 58d6761..a80881e 100644 --- a/src/screens/Videos/components/NewestVideo.js +++ b/src/screens/Videos/components/NewestVideo.js @@ -48,7 +48,7 @@ const NewestVideo = ({ videos, grades, mobile, theme }) => { /> { style={{ color: theme === 'light' ? Colors.theme1.gray20 : Colors.theme1.white, fontFamily: "light", - fontSize: mobile ? fontSize.tiny : fontSize.lg, + fontSize: mobile ? fontSize.tiny : fontSize.tiny, marginTop: 5, }} >