Skip to content

Commit

Permalink
undo local formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
klajdipaja committed Oct 24, 2024
1 parent 8220bfa commit ae3e3fd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/pages/signin/SignInPageLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ function SignInPageLayout(
welcomeHeader,
welcomeText = '',
shouldShowWelcomeText = false,
navigateFocus = () => {
},
navigateFocus = () => {},
children,
}: SignInPageLayoutProps,
ref: ForwardedRef<SignInPageLayoutRef>,
Expand Down Expand Up @@ -131,8 +130,7 @@ function SignInPageLayout(
/>
</View>
<View>
<View
style={[styles.t0, styles.l0, styles.h100, styles.pAbsolute, styles.signInPageGradient]}>
<View style={[styles.t0, styles.l0, styles.h100, styles.pAbsolute, styles.signInPageGradient]}>
<ImageSVG
src={SignInGradient}
height="100%"
Expand All @@ -151,7 +149,7 @@ function SignInPageLayout(
customHeadline={customHeadline}
customHeroBody={customHeroBody}
/>
<Footer navigateFocus={navigateFocus}/>
<Footer navigateFocus={navigateFocus} />
</View>
</View>
</View>
Expand All @@ -172,8 +170,7 @@ function SignInPageLayout(
StyleUtils.getSignInBgStyles(theme),
]}
>
<View
style={[styles.pAbsolute, styles.w100, StyleUtils.getHeight(backgroundImageHeight), StyleUtils.getBackgroundColorStyle(theme.highlightBG)]}>
<View style={[styles.pAbsolute, styles.w100, StyleUtils.getHeight(backgroundImageHeight), StyleUtils.getBackgroundColorStyle(theme.highlightBG)]}>
<BackgroundImage
isSmallScreen
pointerEvents="none"
Expand All @@ -191,7 +188,7 @@ function SignInPageLayout(
</SignInPageContent>
</View>
<View style={[styles.flex0]}>
<Footer navigateFocus={navigateFocus}/>
<Footer navigateFocus={navigateFocus} />
</View>
</ScrollView>
)}
Expand Down

0 comments on commit ae3e3fd

Please sign in to comment.