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

Fix/Pin button remove whitespace
pull/464/head
Vladimir Volek 5 years ago committed by GitHub
commit 58008eb6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save