Commit d609abfc by G

feat: Remove the account creation button from the screens.

CLOSES #9
parent 0757fd97
......@@ -75,9 +75,6 @@ export const LoginForm = () => {
>
<Button.Label style={{ color: "white" }}>Se connecter</Button.Label>
</Button.Container>
<Button.Container style={[{ backgroundColor: "#e8e8e9aa" }]}>
<Button.Label style={{ color: "black" }}>Créer un compte</Button.Label>
</Button.Container>
{/* MODAL */}
<Modal.SafeView>
......
......@@ -28,9 +28,6 @@ const HomeUserNotLoggedIn: MainStackScreenComponentProps<"homeUserNotLoggedIn">
>
<Button.Label style={{ color: "white" }}>Se connecter</Button.Label>
</Button.Container>
<Button.Container style={[{ backgroundColor: "transparent" }]}>
<Button.Label style={{ color: "green" }}>Créer un compte</Button.Label>
</Button.Container>
</View>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment