From 1304afbc98d9bdfbed8f2fcfad43356ea4e490cd Mon Sep 17 00:00:00 2001 From: Vince Linise Date: Thu, 26 Dec 2024 21:56:26 +0100 Subject: [PATCH] =?UTF-8?q?feat(settings):=20am=C3=A9liorer=20le=20s=C3=A9?= =?UTF-8?q?lecteur=20de=20compte=20externe=20avec=20un=20d=C3=A9filement?= =?UTF-8?q?=20et=20des=20ajustements=20de=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ExternalAccount/ServiceSelector.tsx | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/views/settings/ExternalAccount/ServiceSelector.tsx b/src/views/settings/ExternalAccount/ServiceSelector.tsx index 5483f1530..3ff074c93 100644 --- a/src/views/settings/ExternalAccount/ServiceSelector.tsx +++ b/src/views/settings/ExternalAccount/ServiceSelector.tsx @@ -11,6 +11,7 @@ import { AccountService } from "@/stores/account/types"; import { useCurrentAccount } from "@/stores/account"; import DuoListPressable from "@/components/FirstInstallation/DuoListPressable"; import ButtonCta from "@/components/FirstInstallation/ButtonCta"; +import { LinearGradient } from "expo-linear-gradient"; const ExternalAccountSelector: Screen<"ExternalAccountSelector"> = ({ navigation, route }) => { const theme = useTheme(); @@ -27,14 +28,24 @@ const ExternalAccountSelector: Screen<"ExternalAccountSelector"> = ({ navigation style={styles.container} > - = ({ navigation } @@ -78,7 +89,7 @@ const ExternalAccountSelector: Screen<"ExternalAccountSelector"> = ({ navigation } @@ -87,7 +98,7 @@ const ExternalAccountSelector: Screen<"ExternalAccountSelector"> = ({ navigation onPress={() => setService(AccountService.Alise)} /> - +