fix(tv): design

This commit is contained in:
Fredrik Burmester
2026-01-19 20:01:00 +01:00
parent 4705c9f4f9
commit 5f44540b6f
4 changed files with 8 additions and 34 deletions

View File

@@ -80,7 +80,7 @@ export const TVSeriesHeader: React.FC<TVSeriesHeaderProps> = ({ item }) => {
}}
>
{yearString && (
<Text style={{ color: "#9CA3AF", fontSize: TVTypography.body }}>
<Text style={{ color: "white", fontSize: TVTypography.body }}>
{yearString}
</Text>
)}