Skip to content

Commit

Permalink
remove rp inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed Oct 12, 2021
1 parent 507b93f commit f3cab8b
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -6,8 +6,7 @@ import { intlShape } from 'react-intl';
import type { $npm$ReactIntl$IntlFormat } from 'react-intl';
import styles from './SignTxPage.scss';
import { Button } from '@mui/material';
import { Input } from 'react-polymorph/lib/components/Input';
import { InputOwnSkin } from '../../../themes/skins/InputOwnSkin';
import TextField from '../../../components/common/TextField';
import globalMessages from '../../../i18n/global-messages';
import { observer } from 'mobx-react';
import CopyableAddress from '../../../components/widgets/CopyableAddress';
Expand Down Expand Up @@ -328,12 +327,11 @@ class SignTxPage extends Component<Props> {
</div>
</div>
<div className={styles.passwordInput}>
<Input
<TextField
type="password"
className={styles.walletPassword}
{...walletPasswordField.bind()}
error={walletPasswordField.error}
skin={InputOwnSkin}
/>
</div>
<div className={styles.wrapperBtn}>
Expand Down

0 comments on commit f3cab8b

Please sign in to comment.