Skip to content

Commit

Permalink
πŸ’„ Adjust sign in logo position
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Sep 6, 2024
1 parent 3109eed commit 49a17f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/screens/sign-in-screen/sign-in-screen.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export const SignInScreenStyle = StyleSheet.create({
FooterContent: {
maxWidth: 414,
width: "100%",
paddingVertical: spacing[4],
paddingTop: spacing[7],
paddingBottom: spacing[4],
paddingHorizontal: spacing[6],
alignItems: "stretch",
} as ViewStyle,
Expand Down

0 comments on commit 49a17f3

Please sign in to comment.