mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-28 09:38:25 +01:00
style(tv): align TVSeriesSeasonCard title font size and weight on details page
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user