Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
fix pw clipping on mobile (#2102)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
  • Loading branch information
nicoback2 and nicoback authored Oct 10, 2022
1 parent 602472d commit 4b39ec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/mobile/src/screens/signon/CreatePassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ const styles = StyleSheet.create({
borderColor: defaultBorderColor,
backgroundColor: '#FCFCFC',
borderRadius: 4,
padding: 10,
color: '#858199',
textAlignVertical: 'center',
justifyContent: 'center',
fontFamily: 'AvenirNextLTPro-DemiBold',
fontSize: 16
},
Expand Down
3 changes: 2 additions & 1 deletion packages/mobile/src/screens/signon/SignOn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ const styles = StyleSheet.create({
borderColor: defaultBorderColor,
backgroundColor: '#FCFCFC',
borderRadius: 4,
textAlignVertical: 'center',
justifyContent: 'center',
marginTop: 16,
padding: 10,
color: '#858199',
fontFamily: 'AvenirNextLTPro-DemiBold',
fontSize: 16
Expand Down

0 comments on commit 4b39ec1

Please sign in to comment.