mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-21 02:28:08 +00:00
fix: scale button
This commit is contained in:
@@ -653,6 +653,7 @@ export const TVJellyseerrPage: React.FC = () => {
|
||||
variant='secondary'
|
||||
hasTVPreferredFocus={!hasJellyfinMedia}
|
||||
refSetter={!hasJellyfinMedia ? setPlayButtonRef : undefined}
|
||||
scaleAmount={1.01}
|
||||
>
|
||||
<Ionicons
|
||||
name='add'
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user