fix scaling

Attempt 2 at trying to make a uniform scale across apple and android tv

Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
Lance Chant
2026-01-26 09:34:08 +02:00
parent 566ff485fb
commit 8c21054d33
4 changed files with 55 additions and 51 deletions

View File

@@ -144,11 +144,11 @@ export const Button: React.FC<PropsWithChildren<ButtonProps>> = ({
className={`rounded-2xl items-center justify-center
${colorClasses}
${className}`}
style={{ paddingVertical: size(20) }}
style={{ paddingVertical: size(50) }}
>
<Text
className={`${textColorClass} font-bold`}
style={{ fontSize: fontSize(20) }}
style={{ fontSize: fontSize(10) }}
>
{children}
</Text>