diff --git a/components/ItemContent.tsx b/components/ItemContent.tsx index 5676d8f7..f3dc1413 100644 --- a/components/ItemContent.tsx +++ b/components/ItemContent.tsx @@ -204,7 +204,7 @@ export const ItemContent: React.FC = React.memo( {item.Type !== "Program" && !Platform.isTV && !isOffline && ( - + diff --git a/components/PlayButton.tsx b/components/PlayButton.tsx index 58736de6..d4a9f2db 100644 --- a/components/PlayButton.tsx +++ b/components/PlayButton.tsx @@ -377,7 +377,7 @@ export const PlayButton: React.FC = ({ onPress={onPress} color={effectiveColors.primary} > - + {runtimeTicksToMinutes(item?.RunTimeTicks)} diff --git a/components/apple-tv-carousel/AppleTVCarousel.tsx b/components/apple-tv-carousel/AppleTVCarousel.tsx index 224dd695..0df951ac 100644 --- a/components/apple-tv-carousel/AppleTVCarousel.tsx +++ b/components/apple-tv-carousel/AppleTVCarousel.tsx @@ -61,7 +61,7 @@ const PLAYED_STATUS_SKELETON_SIZE = 40; const TEXT_SKELETON_HEIGHT = 20; const TEXT_SKELETON_WIDTH = 250; const OVERVIEW_SKELETON_HEIGHT = 16; -const OVERVIEW_SKELETON_WIDTH = 400; +const OVERVIEW_SKELETON_WIDTH = 300; const _EMPTY_STATE_ICON_SIZE = 64; // Spacing Constants