diff --git a/components/jellyseerr/tv/TVJellyseerrPage.tsx b/components/jellyseerr/tv/TVJellyseerrPage.tsx index d52ff85e..d028cb4c 100644 --- a/components/jellyseerr/tv/TVJellyseerrPage.tsx +++ b/components/jellyseerr/tv/TVJellyseerrPage.tsx @@ -653,6 +653,7 @@ export const TVJellyseerrPage: React.FC = () => { variant='secondary' hasTVPreferredFocus={!hasJellyfinMedia} refSetter={!hasJellyfinMedia ? setPlayButtonRef : undefined} + scaleAmount={1.01} > = ({ hasTVPreferredFocus = false, disabled = false, style, - scaleAmount = 1.05, + scaleAmount = 1.04, square = false, refSetter, nextFocusDown,