Skip to content

Commit

Permalink
fix: make amount input larger (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucachaco authored Jul 13, 2022
1 parent a6ecbed commit 9c61a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/send/SetAmountComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const SetAmountComponent: React.FC<Interface> = ({
return (
<View>
<View style={{ ...grid.row, ...styles.inputContainer }}>
<View style={grid.column8}>
<View style={grid.column12}>
<TextInput
style={styles.input}
onChangeText={handleTextChange}
Expand Down

0 comments on commit 9c61a92

Please sign in to comment.