Skip to content

Commit

Permalink
πŸ”€ Merge #406 into release/v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Sep 6, 2024
2 parents 314251e + 49a17f3 commit 3e7b844
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 3e7b844

Please sign in to comment.