diff --git a/components/tv/TVOptionCard.tsx b/components/tv/TVOptionCard.tsx index 200f2a9f..0bb16c88 100644 --- a/components/tv/TVOptionCard.tsx +++ b/components/tv/TVOptionCard.tsx @@ -61,17 +61,39 @@ export const TVOptionCard = React.forwardRef( }, ]} > - - {label} - + + {label} + + {selected && !focused && ( + + )} + {sublabel && ( ( {sublabel} )} - {selected && !focused && ( - - - - )} );