Skip to content

Commit

Permalink
Merge branch 'main' into feat/display-snap-name
Browse files Browse the repository at this point in the history
  • Loading branch information
k-g-j authored Oct 18, 2024
2 parents 73b5448 + 4bb7c5c commit 80e9b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Views/ChoosePassword/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ const createStyles = (colors) =>
},
showMatchingPasswords: {
position: 'absolute',
top: 52,
right: 17,
top: 36,
right: 10,
alignSelf: 'flex-end',
},
});
Expand Down

0 comments on commit 80e9b96

Please sign in to comment.