mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-07 14:50:52 +00:00
Merge pull request #456 from trezor/fix/pin-button-child
Fix/Pin button remove whitespace
This commit is contained in:
commit
58008eb6be
@ -164,7 +164,7 @@ class Pin extends PureComponent<Props, State> {
|
||||
</InputRow>
|
||||
<PinRow>
|
||||
<PinButton type="button" data-value="7" onClick={() => this.onPinAdd(7)}>
|
||||
•{' '}
|
||||
•
|
||||
</PinButton>
|
||||
<PinButton type="button" data-value="8" onClick={() => this.onPinAdd(8)}>
|
||||
•
|
||||
@ -175,7 +175,7 @@ class Pin extends PureComponent<Props, State> {
|
||||
</PinRow>
|
||||
<PinRow>
|
||||
<PinButton type="button" data-value="4" onClick={() => this.onPinAdd(4)}>
|
||||
•{' '}
|
||||
•
|
||||
</PinButton>
|
||||
<PinButton type="button" data-value="5" onClick={() => this.onPinAdd(5)}>
|
||||
•
|
||||
@ -186,7 +186,7 @@ class Pin extends PureComponent<Props, State> {
|
||||
</PinRow>
|
||||
<PinRow>
|
||||
<PinButton type="button" data-value="1" onClick={() => this.onPinAdd(1)}>
|
||||
•{' '}
|
||||
•
|
||||
</PinButton>
|
||||
<PinButton type="button" data-value="2" onClick={() => this.onPinAdd(2)}>
|
||||
•
|
||||
|
Loading…
Reference in New Issue
Block a user