diff --git a/front/packages/ui/src/login/form.tsx b/front/packages/ui/src/login/form.tsx index e862b484..99ecbada 100644 --- a/front/packages/ui/src/login/form.tsx +++ b/front/packages/ui/src/login/form.tsx @@ -20,7 +20,7 @@ import { ts } from "@kyoo/primitives"; import { ReactNode } from "react"; -import { ImageBackground, ImageProps, Platform, View } from "react-native"; +import { ScrollView, ImageBackground, ImageProps, Platform, View } from "react-native"; import Svg, { SvgProps, Path } from "react-native-svg"; import { min, percent, px, Stylable, useYoshiki, vh, vw } from "yoshiki/native"; @@ -28,7 +28,7 @@ const SvgBlob = (props: SvgProps) => { const { css, theme } = useYoshiki(); return ( - + theme.dark.background, })} > - + - - - {children} - - + {children} + ); };