fix: scale button

This commit is contained in:
Fredrik Burmester
2026-01-20 22:15:00 +01:00
parent 506d8b14dc
commit 11b6f16cd3
2 changed files with 2 additions and 1 deletions

View File

@@ -653,6 +653,7 @@ export const TVJellyseerrPage: React.FC = () => {
variant='secondary'
hasTVPreferredFocus={!hasJellyfinMedia}
refSetter={!hasJellyfinMedia ? setPlayButtonRef : undefined}
scaleAmount={1.01}
>
<Ionicons
name='add'

View File

@@ -58,7 +58,7 @@ export const TVButton: React.FC<TVButtonProps> = ({
hasTVPreferredFocus = false,
disabled = false,
style,
scaleAmount = 1.05,
scaleAmount = 1.04,
square = false,
refSetter,
nextFocusDown,