Skip to content

Commit 20f8b0d

Browse files
committed
Inputmode changed to numeric
1 parent 1dc3ba3 commit 20f8b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/components/TransactionModal/styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const Input = styled.input`
4040
export const InputValue = styled(Input).attrs({
4141
placeholder: '0,00',
4242
name: 'value',
43+
inputmode: 'numeric'
4344
})`
4445
margin: 5px 0 5px 5px;
4546
`;

0 commit comments

Comments
 (0)