1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-07-15 19:18:21 +00:00

Merge pull request #456 from trezor/fix/pin-button-child

Fix/Pin button remove whitespace
This commit is contained in:
Vladimir Volek 2019-03-20 22:54:57 +01:00 committed by GitHub
commit 58008eb6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ class Pin extends PureComponent<Props, State> {
</InputRow> </InputRow>
<PinRow> <PinRow>
<PinButton type="button" data-value="7" onClick={() => this.onPinAdd(7)}> <PinButton type="button" data-value="7" onClick={() => this.onPinAdd(7)}>
&#8226;{' '} &#8226;
</PinButton> </PinButton>
<PinButton type="button" data-value="8" onClick={() => this.onPinAdd(8)}> <PinButton type="button" data-value="8" onClick={() => this.onPinAdd(8)}>
&#8226; &#8226;
@ -175,7 +175,7 @@ class Pin extends PureComponent<Props, State> {
</PinRow> </PinRow>
<PinRow> <PinRow>
<PinButton type="button" data-value="4" onClick={() => this.onPinAdd(4)}> <PinButton type="button" data-value="4" onClick={() => this.onPinAdd(4)}>
&#8226;{' '} &#8226;
</PinButton> </PinButton>
<PinButton type="button" data-value="5" onClick={() => this.onPinAdd(5)}> <PinButton type="button" data-value="5" onClick={() => this.onPinAdd(5)}>
&#8226; &#8226;
@ -186,7 +186,7 @@ class Pin extends PureComponent<Props, State> {
</PinRow> </PinRow>
<PinRow> <PinRow>
<PinButton type="button" data-value="1" onClick={() => this.onPinAdd(1)}> <PinButton type="button" data-value="1" onClick={() => this.onPinAdd(1)}>
&#8226;{' '} &#8226;
</PinButton> </PinButton>
<PinButton type="button" data-value="2" onClick={() => this.onPinAdd(2)}> <PinButton type="button" data-value="2" onClick={() => this.onPinAdd(2)}>
&#8226; &#8226;