From 11b6f16cd38fb9bba0191bf4347cb07589ab8737 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Tue, 20 Jan 2026 22:15:00 +0100 Subject: [PATCH] fix: scale button --- components/jellyseerr/tv/TVJellyseerrPage.tsx | 1 + components/tv/TVButton.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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,