diff --git a/components/Button.tsx b/components/Button.tsx index 05ae5c5a..fd41fe6d 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -144,11 +144,11 @@ export const Button: React.FC> = ({ className={`rounded-2xl items-center justify-center ${colorClasses} ${className}`} - style={{ paddingVertical: size(20) }} + style={{ paddingVertical: size(50) }} > {children} diff --git a/components/login/TVLogin.tsx b/components/login/TVLogin.tsx index 1d8aab0d..bdd5d511 100644 --- a/components/login/TVLogin.tsx +++ b/components/login/TVLogin.tsx @@ -601,10 +601,10 @@ export const TVLogin: React.FC = () => { }} > {/* Logo */} - + @@ -623,7 +623,7 @@ export const TVLogin: React.FC = () => { { {/* Server URL Input - extra padding for focus scale */} { {/* Connect Button */} - +