diff --git a/app/index.tsx b/app/index.tsx index b2cadb0..7e8193e 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -167,7 +167,7 @@ export default function HomeScreen() { 首页 - router.push("/live")}> + router.push("/live")}> {({ focused }) => ( 直播 )} diff --git a/components/StyledButton.tsx b/components/StyledButton.tsx index e90beca..0bdb442 100644 --- a/components/StyledButton.tsx +++ b/components/StyledButton.tsx @@ -110,7 +110,7 @@ export const StyledButton = forwardRef( return ( setIsFocused(true)} onBlur={() => setIsFocused(false)} diff --git a/components/VideoCard.tv.tsx b/components/VideoCard.tv.tsx index cd32fcc..4ceb53f 100644 --- a/components/VideoCard.tv.tsx +++ b/components/VideoCard.tv.tsx @@ -151,7 +151,7 @@ const VideoCard = forwardRef( return (