Skip to content

Commit

Permalink
smallScreen prop adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Jun 29, 2023
1 parent 0a771d9 commit 4eff587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/signin/SignInPageLayout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function SignInPageLayout(props) {
<View style={[styles.flex1]}>
<View style={styles.signInPageHeroCenter}>
<BackgroundImage
isSmallScreen={props.isSmallScreenWidth}
isSmallScreen={false}
pointerEvents="none"
width={variables.signInHeroBackgroundWidth}
/>
Expand Down Expand Up @@ -113,7 +113,7 @@ function SignInPageLayout(props) {
>
<View style={[styles.flex1, styles.flexColumn, StyleUtils.getMinimumHeight(Math.max(variables.signInContentMinHeight, containerHeight))]}>
<BackgroundImage
isSmallScreen={props.isSmallScreenWidth}
isSmallScreen
pointerEvents="none"
width={variables.signInHeroBackgroundWidthMobile}
style={styles.signInBackgroundMobile}
Expand Down

0 comments on commit 4eff587

Please sign in to comment.