fix: cash out fixes

fix: on and off should have a fixed width
fix: fist screen should be two p
fix: autofocus on fields after next
fix: spacing
fix: button position
fix: make the denominations a dropdown
fix: fiat should shown input suffix
fix: wizard should have splash image
fix: add missing warning icon
fix: eslint
fix: modal fiat should be a suffix
fix: increase modal height to match the spec
fix: confirmation step has repeated title
fix: label should cover both the input and the suffix
fix: use code+display to benefit from dropdown improvements
This commit is contained in:
Mauricio Navarro Miranda 2020-07-26 17:00:10 -05:00 committed by Josh Harvey
parent b870bdd999
commit 42f19e9d02
10 changed files with 391 additions and 72 deletions

View file

@ -82,6 +82,7 @@ const Autocomplete = ({
return (
<TextInput
{...params}
autoFocus={autoFocus}
label={label}
value={outsideValue}
error={error}