fix(tv): font sizes

This commit is contained in:
Fredrik Burmester
2026-01-19 20:01:00 +01:00
parent f4445c4152
commit 2b36d4bc76
35 changed files with 437 additions and 167 deletions

View File

@@ -2,6 +2,7 @@ import { Ionicons } from "@expo/vector-icons";
import React from "react";
import { Animated, Pressable, StyleSheet, View } from "react-native";
import { Text } from "@/components/common/Text";
import { TVTypography } from "@/constants/TVTypography";
import { useTVFocusAnimation } from "./hooks/useTVFocusAnimation";
export interface TVTrackCardProps {
@@ -86,11 +87,11 @@ const styles = StyleSheet.create({
paddingHorizontal: 12,
},
trackCardText: {
fontSize: 16,
fontSize: TVTypography.callout,
textAlign: "center",
},
trackCardSublabel: {
fontSize: 12,
fontSize: TVTypography.callout,
marginTop: 2,
},
checkmark: {