From dd3ca371089cd369b8ade6511ce9bd35aa6354a8 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 30 May 2026 12:00:45 +0200 Subject: [PATCH] refactor(settings): convert login-tv card to ListGroup/ListItem --- app/(auth)/(tabs)/(home)/settings.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/(auth)/(tabs)/(home)/settings.tsx b/app/(auth)/(tabs)/(home)/settings.tsx index 4c38659eb..db223b2bf 100644 --- a/app/(auth)/(tabs)/(home)/settings.tsx +++ b/app/(auth)/(tabs)/(home)/settings.tsx @@ -59,17 +59,17 @@ function SettingsMobile() { - router.push("/(auth)/(tabs)/(home)/companion-login")} - > - - {t("pairing.pair_with_phone_title")} - - - {t("pairing.pair_with_phone_description")} - - + + + + router.push("/(auth)/(tabs)/(home)/companion-login") + } + title={t("pairing.pair_with_phone")} + textColor='blue' + /> + +