style(tv): update stepper buttons to square with rounded corners

This commit is contained in:
Fredrik Burmester
2026-01-18 17:22:44 +01:00
parent d28b5411d5
commit 0f076d197f

View File

@@ -196,9 +196,9 @@ const TVSettingsStepper: React.FC<{
style={[
minusAnim.animatedStyle,
{
width: 48,
height: 36,
borderRadius: 18,
width: 40,
height: 40,
borderRadius: 10,
backgroundColor: minusAnim.focused ? "#FFFFFF" : "#4B5563",
justifyContent: "center",
alignItems: "center",
@@ -234,9 +234,9 @@ const TVSettingsStepper: React.FC<{
style={[
plusAnim.animatedStyle,
{
width: 48,
height: 36,
borderRadius: 18,
width: 40,
height: 40,
borderRadius: 10,
backgroundColor: plusAnim.focused ? "#FFFFFF" : "#4B5563",
justifyContent: "center",
alignItems: "center",