Skip to content

Commit 946d1ce

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/TransactionModal/styles.ts

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

0 commit comments

Comments
 (0)