mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-23 23:48:07 +00:00
fix adress input font size
This commit is contained in:
parent
89722218cc
commit
16f731b025
@ -84,7 +84,6 @@ class SignVerify extends Component <Props> {
|
||||
name="signAddress"
|
||||
value={account.address}
|
||||
type="text"
|
||||
isSmallText
|
||||
autoSelect
|
||||
readOnly
|
||||
/>
|
||||
@ -135,7 +134,6 @@ class SignVerify extends Component <Props> {
|
||||
type="text"
|
||||
state={verifyAddressError ? 'error' : null}
|
||||
bottomText={verifyAddressError ? verifyAddressError.message : null}
|
||||
isSmallText
|
||||
/>
|
||||
</Row>
|
||||
<Row>
|
||||
|
Loading…
Reference in New Issue
Block a user