mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-28 01:28:27 +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) }}>
|
<View style={{ marginTop: scaleSize(12) }}>
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
fontSize: typography.body,
|
fontSize: typography.callout,
|
||||||
|
fontWeight: "500",
|
||||||
color: "#FFFFFF",
|
color: "#FFFFFF",
|
||||||
}}
|
}}
|
||||||
numberOfLines={2}
|
numberOfLines={2}
|
||||||
|
|||||||
Reference in New Issue
Block a user