Skip to content

Commit

Permalink
💄 Adjust sign in screen logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Sep 6, 2024
1 parent cd11068 commit 3109eed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/screens/sign-in-screen/sign-in-screen.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ export const SignInScreenStyle = StyleSheet.create({
} as ViewStyle,
SignInButtonContainer: {
position: "relative",
marginTop: spacing[4],
} as ViewStyle,
Slogan: {
width: "100%",
height: undefined,
alignSelf: "stretch",
aspectRatio: 244 / 94,
aspectRatio: 64 / 27,
} as ImageStyle,
Version: {
marginVertical: spacing[4],
marginTop: spacing[4],
} as ViewStyle,
})
2 changes: 1 addition & 1 deletion app/screens/sign-in-screen/sign-in-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ export class SignInScreen extends React.Component<SignInScreenProps, SignInScree
resizeMode="contain"
style={Style.Slogan}
/>
<AppVersionLabel style={Style.Version} />
<View style={Style.SignInButtonContainer}>
{isLoading &&
<ActivityIndicator
Expand All @@ -283,6 +282,7 @@ export class SignInScreen extends React.Component<SignInScreenProps, SignInScree
onPress={this._onPressAuthCoreSignInButton}
/>
</View>
<AppVersionLabel style={Style.Version} />
</Animated.View>
</SafeAreaView>
<Animated.View style={[Style.BgImageWrapper, bgImageStyle]}>
Expand Down
Binary file modified app/screens/sign-in-screen/slogan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3109eed

Please sign in to comment.