Skip to content

Commit

Permalink
fix(simple buy): some styling enter amt
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Mar 26, 2020
1 parent b83da33 commit c1b563e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const Success: React.FC<InjectedFormProps<{}, Props> & Props> = props => {
name='amount'
component={NumberBox}
validate={[maximumAmount, minimumAmount]}
placeholder='0.00'
placeholder='0'
{...{
autoFocus: true,
errorBottom: true,
Expand All @@ -155,7 +155,8 @@ const Success: React.FC<InjectedFormProps<{}, Props> & Props> = props => {
value: convertBaseToStandard(
'FIAT',
props.formValues.pair.buyMax
)
),
digits: 0
})
}}
/>
Expand Down

0 comments on commit c1b563e

Please sign in to comment.