mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-23 09:14:43 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user