style(tv): align TVSeriesSeasonCard title font size and weight on details page

This commit is contained in:
Fredrik Burmester
2026-05-27 09:59:31 +02:00
parent df16ea9de9
commit 05d9b8f32c

View File

@@ -137,7 +137,8 @@ export const TVSeriesSeasonCard: React.FC<TVSeriesSeasonCardProps> = ({
<View style={{ marginTop: scaleSize(12) }}>
<Text
style={{
fontSize: typography.body,
fontSize: typography.callout,
fontWeight: "500",
color: "#FFFFFF",
}}
numberOfLines={2}