Skip to content

Commit

Permalink
Merge pull request #10879 from kakajann/fix/signin-banner-cut-off-2
Browse files Browse the repository at this point in the history
fix: web banner cut off
  • Loading branch information
ctkochan22 authored Sep 12, 2022
2 parents 68c5009 + 1eeaeeb commit d312075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/signin/SignInPageLayout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SignInPageLayout = (props) => {
width="100%"
height="100%"
src={backgroundStyle.backgroundImageUri}
resizeMode={props.isMediumScreenWidth ? 'contain' : 'cover'}
resizeMode="contain"
/>
</Pressable>
);
Expand Down

0 comments on commit d312075

Please sign in to comment.