background images register

This commit is contained in:
2025-10-12 14:21:00 +02:00
parent b34479762a
commit 6a89e40735
3 changed files with 10 additions and 2 deletions
+4
View File
@@ -9,6 +9,8 @@ import { Input } from "../components/Input";
import { Fonts, Style } from "../styles";
import Page from "../layouts/Page";
import { background } from "../assets";
import { isWeb } from "../hooks/useLayoutType";
export default ({ navigation }) => {
const [, setTooltip] = useGlobal("_tooltip");
@@ -41,6 +43,8 @@ export default ({ navigation }) => {
return (
<Page
width={isWeb ? 600 : null}
backgroundImg={isWeb ? background.loginBgWeb : background.homeBG}
headerType="NAVIGATE"
title={"Nouveau mot de passe"}
scrollEnabled